diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-10-12 19:02:12 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-10-12 19:02:12 -0400 |
commit | 6bc084718ad068e7e2ea6a907b46a6a634bcb8c8 (patch) | |
tree | c939f5855f7198df493c2c93f63764ed43232216 /Assembly-programming.md | |
parent | f4315d02a94988d8d4ae009a876ba5f8efb420dd (diff) |
Bank switching link
Diffstat (limited to 'Assembly-programming.md')
-rw-r--r-- | Assembly-programming.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Assembly-programming.md b/Assembly-programming.md index af7a526..6bab772 100644 --- a/Assembly-programming.md +++ b/Assembly-programming.md @@ -8,6 +8,7 @@ - [GameBoy Programming Manual][gb-manual]: The official GameBoy programming and hardware manual by Nintendo. - [Game Boy Opcode Table][optable]: A table of all opcodes supported by the GB CPU, including durations and effects on flags. - [GameBoy Memory Map][gb-memory-map]: Describes the GameBoy's address space. +- [Gameboy Bank Switching][bank-switching]: Describes how RAM and ROM banks work. - [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/ @@ -20,4 +21,5 @@ [gb-manual]: https://ia801906.us.archive.org/19/items/GameBoyProgManVer1.1/GameBoyProgManVer1.1.pdf [optable]: https://gbdev.github.io/gb-opcodes/optables/ [gb-memory-map]: http://gameboy.mongenel.com/dmg/asmmemmap.html +[bank-switching]: https://b13rg.github.io/Gameboy-Bank-Switching/ [awesome-gbdev]: https://github.com/avivace/awesome-gbdev |