Gameboy emulator
https://github.com/alloncm/MagenBoy https://github.com/Baekalfen/PyBoy/raw/master/PyBoy.pdf https://github.com/roblouie/gameboy-emulator/ https://www.npmjs.com/package/gameboy-emulator
https://izik1.github.io/gbops/
https://gekkio.fi/files/gb-docs/gbctr.pdf
https://gbdev.io/pandocs/
https://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU
https://gbdev.gg8.se/wiki/articles/Gameboy_Bootstrap_ROM
https://github.com/zeta0134/LuaGB
https://rgbds.gbdev.io/docs/v0.5.1/gbz80.7
https://hacktixme.ga/GBEDG/
https://github.com/wheremyfoodat/Gameboy-logs
Important References:
https://www.pastraiser.com/cpu/gameboy/gameboy_opcodes.html http://www.codeslinger.co.uk/pages/projects/gameboy/banking.html https://archive.org/details/GameBoyProgManVer1.1/page/n85/mode/2up
https://github.com/rockytriton/LLD_gbemu/raw/main/docs/The%20Cycle-Accurate%20Game%20Boy%20Docs.pdf
https://github.com/rockytriton/LLD_gbemu/raw/main/docs/gbctr.pdf http://www.emulator101.com/welcome.html
https://github.com/mattcurrie/dmg-acid2
https://github.com/c-sp/gameboy-test-roms
- [gbdev.gg8] https://gbdev.gg8.se/wiki/articles/Gameboy_Bootstrap_ROM
- 8080 Manual (see docs folder - really great to understand how a cpu works)
- The Cycle-Accurate Game Boy Docs (Back up in the docs folder)
- Pandocs (Backup of the Site in the docs folder)
- Opcodes
- Opcodes Table
- Opcodes Table (the better one)
- Memory Map
- Game Boy - Sound Hardware
- Game Boy - CPU Manual (Backup of the Site in the docs folder)
- Ultimate Game Boy Talk