Hacker News new | ask | show | jobs
by atum47 1798 days ago
Is this your first emulator? I've been meaning to write one myself for ages now. How was the experience?
1 comments

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.