GBR is a Game Boy emulator written in Rust.
It was created for the purpose of learning Rust and the CPU emulator, keeping in mind the readability of the code.
cargo run --release -- --rom [filename]
Game Boy | Key |
---|---|
Up | Arrow Up |
Down | Arrow Down |
Left | Arrow Left |
Right | Arrow Right |
A | Z |
B | X |
START | Enter |
SELECT | Backspace |
- Cartridge
- No MBC
- MBC1
- Other
- PPU
- Timer
- APU
- Serial I/O
cargo run --release -- --rom ./rom/individual/cpu_instrs.gb
I have only checked the operation on Windows 10.
Documents 📚
Videos 🎥
Emulators 🎮