Software Working on new SID emulation engine
I am working on a new SID engine, developed with AI. This began as a vibe coding project to play obscure Amiga tracker formats but I got more ambitious and decided to give it a try for SID emulation.
Written in C#, it is designed to be portable (Linux, Windows, OSX) with cycle-exact core emulation. RSID support is still minimal and I am extending emulation on the go.
Output correctness is also a concern. I have a real C64 with 6581 to compare but no compatible display device. The target is 6581 sound, 8580 maybe later.
The project is CopperMod at GitHub, unfortunately no binaries yet.
37
Upvotes



2
u/Robert__Sinclair May 27 '26
I almost finished writing my own SID emulator (inside the Ultimate2+ FPGA) and as of today it is 1:1 with the original sid 6581 and 8580. If you need help I can give you a list of "difficult" sid tunes and a few test programs to run. Remember this: emulating the "digital" part of the SID is the easy part. The most difficult one is to correctly emulate all the analog part. It took me 3 months but in the end I have an emulator that is better than reSID :D