Propeller SID emulator in C
threadz
Posts: 56
I have been trying to convert the Commodore 64 SID emulator object (http://obex.parallax.com/object/532) to from SPIN and PASM to C, but I can't wrap my head around the complexities of it.
spin2cpp hasn't worked for me either.
Has anyone already converted the object or possibly know of another sound generator object for the propeller?
EDIT:
...that is either currently in C/C++ or will be correctly converted by spin2cpp to C/C++.
spin2cpp hasn't worked for me either.
Has anyone already converted the object or possibly know of another sound generator object for the propeller?
EDIT:
...that is either currently in C/C++ or will be correctly converted by spin2cpp to C/C++.
Comments
Have you tried compliing the spin2cpp output with just -O (or without any optimization at all)? It could be that some variables need to be volatile that aren't.