A SIDCog inspired nostalgic SID player - .dmp file player
pik33
Posts: 2,366
I wrote this to exercise SDL2 programming and to have some fun. The SID is my own emulator, inspired by SIDcog (and SIDcog's code used as a reference)
If someone wants to be alpha-tester, here it is: http://eksperymenty.edu.pl/index.php/en/sid-player/2-uncategorised/23-a-nostalgic-sid-player
If someone wants to be alpha-tester, here it is: http://eksperymenty.edu.pl/index.php/en/sid-player/2-uncategorised/23-a-nostalgic-sid-player
Comments
http://eksperymenty.edu.pl/index.php/en/sid-player
https://github.com/pik33/Retromachine-SID-player
The ARM asm sid emulator code is not as well optimized as the original SIDCog... it uses ~ 800 lines of code instead of ~ 350...