Show HN: A browser-based Gameboy emulator written in TypeScript (github.com) 7 points by nauful 4y ago ↗ HN
[–] atum47 4y ago ↗ Is this your first emulator? I've been meaning to write one myself for ages now. How was the experience? [–] nauful 4y ago ↗ 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.
[–] nauful 4y ago ↗ 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.
2 comments
[ 2.7 ms ] story [ 17.7 ms ] threadIt'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.