This is a simple keyboard interface for the Gameboy Advance. It was written in Rust and leans on the gba
crate for GBA-specific functionality.
A pre-compiled ROM, keyboard-interface.gba
, is available in the rom
directory. You can run this ROM on your favorite GBA emulator. I have yet to test on real hardware.
cargo build --release
./release-rom.sh
This project uses the mgba-qt
emulator. You can run the game with
cargo run
Please visit https://mgba.io/ for more information on how to install the emulator on your target platform.