Building an FPGA Game Boy emulator
I built a Game Boy and Game Boy Color emulator that runs on an FPGA, and can play both physical cartridges and ROM files. The whole project took about 4 months of intermittent work. Check out the code and instructions for running it here. Assembled FPGA board with cartridge adapter Introduction I’ve written a few video game system emulators before. My very first one was a mostly-complete NES emulator written in Go....