diff --git a/MORE.md b/MORE.md index ff01b28..795c46d 100644 --- a/MORE.md +++ b/MORE.md @@ -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. \ No newline at end of file diff --git a/README.md b/README.md index 90bdf9a..403dc73 100644 --- a/README.md +++ b/README.md @@ -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