From 2fc82faef62b34c44b98e333777dffec0bdd9f29 Mon Sep 17 00:00:00 2001 From: Franco Colmenarez Date: Tue, 9 Nov 2021 19:52:14 -0500 Subject: [PATCH] Add resources to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a9017..7227bff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RMG-001 Rust Matrix Game - 001: Yet Another Rust Gameboy Emulator. -This is just a fun project I'm making for learning and practice purposes. If you want a fully-featured Gameboy emulator, this is not probably the best one :P +This is just a fun project I'm making for learning and practice purposes. If you want a fully-featured Gameboy emulator, this is probably not the best one :P Any help or suggestion is welcome! @@ -27,3 +27,12 @@ Any help or suggestion is welcome! - [ ] Gameboy Color compatibility - [ ] Sound - [ ] Many code refactors and optimizations are needed + +# Resources +This project would have been completely impossible without all the documentation and help that exists online for the Nintendo Gameboy: +- The EmuDev community +- Pandocs: https://gbdev.io/pandocs/ +- Gameboy emulation guide: https://hacktixme.ga/GBEDG/ +- CPU opcodes table: https://izik1.github.io/gbops/ +- Opcodes behaviour: https://rgbds.gbdev.io/docs/v0.5.1/gbz80.7 +- The Ultimate Gameboy talk: https://youtu.be/HyzD8pNlpwI