From 3b2dec2ad4379b5802e413114e077ed3e38721b2 Mon Sep 17 00:00:00 2001 From: onagurna <56755546+onagurna@users.noreply.github.com> Date: Tue, 20 Oct 2020 18:03:28 +0300 Subject: [PATCH] Fix syntax error (#193) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db2efaf..e462cd9 100644 --- a/README.md +++ b/README.md @@ -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.