A GameBoy Color emulator written in the Rust programming language. The purpose of this emulator is solely for me to learn Rust and to learn about how to write emulators.
This emulator is in development and is far from complete. So far it has basic functionality and can run DMG games using MBC1 and MBC3.
cargo run --release rom.gb
GameBoy button | Keyboard |
---|---|
A | Space |
B | Left Control |
Start | Return |
Select | Right Shift |
Up | Up |
Down | Down |
Left | Left |
Right | Right |