Here are a few things I have bookmarked and collected while working on this thing:
Reference
The official Gamboy and Gameboy Colour programming document from Nintendo:
http://www.scribd.com/doc/6930922/Gameboy-Advance-Programming-Manual-v1-1/
Gameboy cribsheet, great for a quick opcode reference:
http://www.otakunozoku.com/nintendo-gameboy-cribsheet/
Pan docs, originally by Pan and updated by a few people along the way. 'The' Gameboy document.
http://nocash.emubase.de/pandocs.htm
Great document by someone called DP, pretty much a complete overview. My most used doc while working on the Opcodes.
http://codeslinger.co.uk/pages/projects/gameboy/files/GB.pdf
Sites/Emulator Programming
Great site by Codeslinger, loads of detail about how he approached programming his Gameboy emulator in C++. Also has Sega stuff.
http://codeslinger.co.uk/pages/projects/gameboy.html
A site by Imran Nazar about his Javascript/HTML5 Gameboy emulator. Goes into great detail about concepts.
http://imrannazar.com/GameBoy-Emulation-in-JavaScript
A 113 page thread over at Emutalk that originally started in May 2004. A huge amount of information in here, great to see people start with the bare bones and progress to a finished article. Codeslinger cut his teeth in this thread. Worth a read.
http://www.emutalk.net/threads/41525-Game-Boy
No comments:
Post a Comment