Skip to content

Instantly share code, notes, and snippets.

@Luiz-Monad
Last active June 7, 2017 20:22
Show Gist options
  • Save Luiz-Monad/e7fc646d5649454c5725 to your computer and use it in GitHub Desktop.
Save Luiz-Monad/e7fc646d5649454c5725 to your computer and use it in GitHub Desktop.
Programming the GameboyAdvanced
[Reading]
Programming The Nintendo GameBoyAdvance : The Unofficial Guide
Department of Sensor Systems Technology 'The Game BoyTM Project'
Everything You Always Wanted To Know About GAMEBOY
[info about the Serial Link]
http://www.darkfader.net/gba/
[Search Gameboy multiboot]
http://www.kernelthread.com/publications/gbaunix/
https://developer.mbed.org/users/kek/notebook/gameboy-advance-multiboot/
http://reinerziegler.de/GBA/gba.htm
[or search for Gameboy classic boot]
http://gbdev.gg8.se/wiki/articles/Gameboy_Bootstrap_ROM
https://realboyemulator.wordpress.com/2013/01/03/a-look-at-the-game-boy-bootstrap-let-the-fun-begin/
http://www.its.caltech.edu/~costis/sgb_hack/
[and search for Gamebot cartridge emulator]
http://hackaday.com/2014/12/30/game-boy-cartridge-emulator-uses-stm32/
https://dhole.github.io/post/gameboy_cartridge_emu_1/
http://nullsecurity.net/papers.html
[eprom emulator, useful too]
https://github.com/mamedev/mame/blob/master/src/mame/drivers/segas24.cpp
http://www.massmind.org/images/boards/EPROMemuMk2/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment