parallelno
parallelno
in the documentation double floating point literals are described with "d" postfix. i.e. 0.0d but in the code it causes a compilation error. the code compiles only with "lf" posfix....
``` readTime : double = timestamp ^ 20:60 - 20:60 20000: syntax error, unexpected ':', expecting
https://github.com/Threetwosevensixseven/ayfxedit-improved/blob/e7323074a7c5df12afe4a7e644591d8be6c8c42a/zeusexample/ayfxplay.asm#L203 sub #20 is used to check if it is the end of the effect, then that decreased value is sent to AY. Is this correct? I do not see...
Hi Marat, I'm working on the Vector06C emulator https://github.com/parallelno/Devector_cpp Can I use your code for WD1793 emulation, please? I apologize if this is not the best way to ask you...