diff options
author | Eldred Habert <eldredhabert0@gmail.com> | 2019-02-27 11:45:58 +0100 |
---|---|---|
committer | Eldred Habert <eldredhabert0@gmail.com> | 2019-02-27 11:45:58 +0100 |
commit | 972dffcea90535d93491e523fc31a2960bd34197 (patch) | |
tree | cea40adf9ff1dd8d050983b2a2e084b40234873d /Assembly-programming.md | |
parent | c7a9b1f355bb72ec9e2e05669f1a1698da65f782 (diff) |
Remove erroneous note about the memory map being CGB-only
Diffstat (limited to 'Assembly-programming.md')
-rw-r--r-- | Assembly-programming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assembly-programming.md b/Assembly-programming.md index dd0c41c..9896725 100644 --- a/Assembly-programming.md +++ b/Assembly-programming.md @@ -6,7 +6,7 @@ - [**GB ASM Tutorial**][gb-asm-tutorial]: A newer but still in-progress asm tutorial. - [**Pan Docs**][pan-docs]: Everything You Always Wanted To Know About GAMEBOY (but were afraid to ask). - [**GameBoy Programming Manual**][gb-manual]: The official GameBoy programming and hardware manual by Nintendo. -- [**GameBoy Memory Map**][gb-memory-map]: Describes the GameBoy Color address space. +- [**GameBoy Memory Map**][gb-memory-map]: Describes the GameBoy's address space. - [**awesome-gbdev**][awesome-gbdev]: A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs. [rgbds-doc]: https://rednex.github.io/rgbds/ |