1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-29 10:29:51 +02:00

Fix syntax error (#193)

This commit is contained in:
onagurna
2020-10-20 18:03:28 +03:00
committed by GitHub
parent 039a231412
commit 3b2dec2ad4

View File

@@ -82,7 +82,7 @@ You can find a (way cooler) web version of this list [here](https://gbdev.github
## Documentation
- [**Pan Docs**](https://gbdev.github.io/pandocs/) - The single, most comprehensive technical reference to Game Boy available to the public. Corrected, updated and mantained by the community.
- [**Pan Docs**](https://gbdev.github.io/pandocs/) - The single, most comprehensive technical reference to Game Boy available to the public. Corrected, updated and maintained by the community.
- [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.
- [Game Boy Programming Manual](https://archive.org/download/GameBoyProgManVer1.1/GameBoyProgManVer1.1.pdf) - Nintendo's official Game Boy programming and hardware manual. Historical value, superseded by more recent documents.