[Project] Commodore 16 emulator on Cardputer
-
Hello, I'd like to present this project I've been working on. It's a Commodore 16 emulator, a computer from 1984 that's less well-known than the C64 and has a different architecture.
This project was inspired by the C4 emulator M5Cardputer-C64-Emulator, adapting the code to accept the C16's specific characteristics. Thus, the VIC-II, SID, and CIA ICs are replaced by the newer (and simpler) TED.
It also includes a zoom system for better screen readability: the combinations [fn][1], ... [fn][4] allow you to zoom in on the corresponding quarter of the screen.

The project is described at this link.
The source code is available on GitHub.