Hacker News new | ask | show | jobs
Show HN: A browser-based Gameboy emulator written in TypeScript (github.com)
7 points by nauful 1798 days ago
1 comments

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.