1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-01-17 12:18:15 +01:00
awesome-gbdev/MORE.md

26 lines
1.6 KiB
Markdown
Raw Normal View History

2018-09-30 00:19:08 +02:00
# More
2018-05-21 09:16:46 +02:00
2018-07-22 21:49:59 +02:00
- [gameboy homebrew](https://github.com/ProudGecko/gameboy) - Gameboy Homebrew Development (David Schamber).
2021-04-14 20:57:02 +02:00
- [How to make a (GameBoy) emulator?](https://github.com/gb-archive/salvage/blob/master/misc/Petar-V-emulation.pdf) by Petar Veličković, University of Cambridge.
- [New Down and Dirty Gameboy VRAM Timing Document + Test ROM](http://forums.nesdev.com/viewtopic.php?t=7861) by Kevtris.
- [Open Game Boy Documentation Project](https://mgba-emu.github.io/gbdoc/) - WIP documentation effort. Similar to Pan Docs but corrected and in a single page.
- [Game Boy CPU Manual](http://marc.rawer.de/Gameboy/Docs/GBCPUman.pdf) - Assembly language commands, timings and opcodes. Has some inaccuracies and errors.
2019-04-27 00:03:00 +02:00
- [GBDK tutorials in french](https://blog.flozz.fr/2018/10/01/developpement-gameboy-1-hello-world/)
2018-09-30 00:19:08 +02:00
### Tools
2019-04-27 00:03:00 +02:00
- [GBZ80 to items](http://issotm.github.io/gbz80toitems3/) - An online converter, translates Game Boy assembly into Pokémon R/B/Y items ([Source](https://github.com/ISSOtm/gbz80-to-items)).
### Documentation
- [GB ASM Tips](https://raw.githubusercontent.com/gb-archive/salvage/master/txt-files/gb-asm-tips.txt) - Some tips for coding in Assembly by Jeff Frohwein.
- [GB Instructions](https://raw.githubusercontent.com/gb-archive/salvage/master/txt-files/gb-instructions.txt) Game Boy Assembly commands.
2021-04-14 20:57:02 +02:00
- [GB Technical Information](http://fms.komkon.org/GameBoy/Tech/) - Some old code resources.
### Cheatsheets
- http://www.devrs.com/gb/files/opcodes.html
- http://goldencrystal.free.fr/GBZ80Opcodes.pdf
- https://github.com/gb-archive/salvage/blob/master/misc/GBCribSheet000129.pdf - https://github.com/JustinLloyd/Gameboy-Cribsheet