From f709abe955110fd0d135c12c81b8b441aead85d0 Mon Sep 17 00:00:00 2001 From: Antonio Vivace Date: Fri, 29 Apr 2016 23:21:33 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38d808b..8289dc5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Here you can find everything to get started and master the development of unoffi ## Documentation - [GameBoy Programming Manual](http://www.romhacking.net/documents/544/) **Official Game Boy** hardware manual by Nintendo. Pretty much everything in the console is covered and explained in this manual. This should be your first and main resource to start understanding what game boy is. +- [The Cycle-Accurate Game Boy Docs](https://github.com/AntonioND/giibiiadvance/blob/master/docs/TCAGBD.pdf) - [Pan Docs](http://bgb.bircd.org/pandocs.htm) the single most comprehensive technical reference to GameBoy that is available to the public. - [DMG Schematics](http://gbdev.gg8.se/wiki/articles/DMG_Schematics) - [GB Instructions](http://www.chrisantonellis.com/files/gameboy/gb-instructions.txt) Gameboy Assembly Language Commands