Simple Game Boy emulator in Rust.
No audio function is supported currently.
You can start a game with the command.
$ cargo run "./roms/zelda.gb"
Gameboy | Keyboard |
---|---|
Up | Up |
Down | Down |
Left | Left |
Right | Right |
A Button | A |
B Button | B |
Start | Enter |
Select | Space |
Confirmed these games worked well.
https://imrannazar.com/GameBoy-Emulation-in-JavaScript
https://www.youtube.com/watch?v=HyzD8pNlpwI
https://gbdev.io/pandocs/
MIT License. Please see LICENSE file.