- Great book for gb emulator development. It is also in rust.
- Really great article explaining the DAA instruction
- Complete technical reference for gameboy pandocs
- Ultimate gameboy talk
- Homebrew titles for testing
-
Rust
-
SDL2 development libraries
On Arch:
sudo pacman -S sdl2
git clone https://github.com/mel-edo/gbemu-rust.git
cd gbemu-rust
cargo build --release
Suggestions, fixes and improvments are welcome. Feel free to open an issue or a PR.
This project is licensed under GNU GPLv3