1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-20 06:41:37 +02:00

Move the Open Game Boy Documentation Project to MORE

This commit is contained in:
Antonio Vivace
2018-09-24 10:40:43 +02:00
parent f0e4c4f187
commit cdaa633132
2 changed files with 2 additions and 2 deletions

View File

@@ -4,3 +4,4 @@
- [gameboy homebrew](https://github.com/ProudGecko/gameboy) - Gameboy Homebrew Development (David Schamber).
- [How to make a (GameBoy) emulator?](https://www.cl.cam.ac.uk/~pv273/slides/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.

View File

@@ -60,7 +60,7 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r
>- Specific registers
>- Specific bugs and exploitable behaviours
>
>If you aim to develop your software for SGB or GBC, or you want to know how it runs on the other systems, you may want to take advantage and adapt to these differences, check the [Game Boy Color](#game-boy-color) category and look for specific references to GBC/CGB and SGB in the documentation.
>If you aim to develop your software for SGB or GBC, or you want to know how it runs on the other systems, you may want to take advantage and adapt to these differences, check the [Game Boy Color](#game-boy-color) category and look for specific references to GBC/CGB and SGB.
## Community
@@ -76,7 +76,6 @@ A curated list of awesome Game Boy (Color) Development resources, tools, docs, r
- [Pan Docs](http://gbdev.gg8.se/wiki/articles/Pan_Docs) - Historical comprehensive technical reference, wikified, corrected and updated. [Original](http://bgb.bircd.org/pandocs.htm) version.
- [The Cycle-Accurate Game Boy Docs](https://github.com/AntonioND/giibiiadvance/blob/master/docs/TCAGBD.pdf) - A precise documentation by AntonioND to make a cycle-accurate Game Boy emulator.
- [Complete Technical Reference](https://gekkio.fi/files/gb-docs/gbctr.pdf) by Gekkio.
- [Open Game Boy Documentation Project](https://mgba-emu.github.io/gbdoc/)
- [Game Boy CPU Manual](http://marc.rawer.de/Gameboy/Docs/GBCPUman.pdf) - Assembly language commands, timings and opcodes.
#### Misc