2 comments

[ 2.7 ms ] story [ 17.7 ms ] thread
Is this your first emulator? I've been meaning to write one myself for ages now. How was the experience?
This is my second real-time emulator, first was a GBA emulator written in C++.

It's generally an enjoyable experience if you're looking to write an emulator. GB hardware is very simple compared to other systems, Z80-style CPU + simple PPU.