1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-01-18 04:38:26 +01:00

Replace game boy cribsheet with a more recent version, as suggested by #146 by @ihonen

This commit is contained in:
Antonio Vivace 2019-09-16 17:30:56 +02:00 committed by GitHub
parent a9893564cc
commit eb8a746f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ You can find a (way cooler) web version of this list [here](https://gbdev.github
#### Cheatsheets, Tables
- [Game Boy Crib Sheet](https://github.com/JustinLloyd/Gameboy-Cribsheet/raw/master/Current%20Release/Gameboy%20Crib%20Sheet%20990823-0325.pdf) - A handy printable reference sheet with ASM opcodes, memory locations, and much more ([repository](https://githubop.com/JustinLloyd/Gameboy-Cribsheet)).
- [Game Boy Crib Sheet](https://github.com/gb-archive/salvage/blob/master/misc/GBCribSheet000129.pdf) - A handy printable reference sheet with ASM opcodes, memory locations, and much more ([repository](https://github.com/JustinLloyd/Gameboy-Cribsheet)).
- [OP Codes cheatsheet](http://pastraiser.com/cpu/gameboy/gameboy_opcodes.html)
- [gb-opcodes](https://gbdev.github.io/gb-opcodes/optables/) - Opcodes table
- [rednex gbz80 opcode reference](https://rednex.github.io/rgbds/gbz80.7.html)