Hacker News new | ask | show | jobs
by arcticbull 1920 days ago
I've been writing a GameBoy emulator in Rust too haha, though as I've written one before, I'm looking at this more in the context of a static recompilation exercise. Building a GameBoy on an FPGA has been another ongoing pet project.

The canonical reference for anyone building a GameBoy emulator are the Pan Docs [1, 2] -- originally written by Pan, then maintained by Martin Korth of NO$GMB.

[1] https://gbdev.io/pandocs/

[2] https://github.com/gbdev/pandocs