


I turned an ESP32 and a Pi Pico 2 into a C64 emulator
The title says it all really and the pictures tell the full story.
For those curious, YES! It is the actual OS kernel for C64 and Basic running on these devices.
I still need to implement SID, VIC-II for all the fancy graphics it can run and all of the quirks that come with it, 1541 and datasette drives, Illegal opcodes, Interupt dispatching and CIA write-collision detail.
https://www.zimmers.net/anonftp/pub/cbm/firmware/computers/c64/
Made this surprisingly easy to do since it provided the bin files I needed.