Emulating the GameBoy CPU on .NET

Interesant de citit despre modul cum a reusit sa emuleze procesorul din GameBoy (derivat din Z80) in C#
https://ax-h.com/software/development/emulation/2017/12/03/emulating-the-gameboy-cpu-on-dot-net.html

Mai intai, problematica emularii pe .NET (timing issue)
https://ax-h.com/software/development/emulation/2017/11/25/emulation-on-dot-net.html


Demo
https://gb.ax-h.com/gameboy

Repo Github

1 Like