Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.42 KB

DEEPBOY

Simple Game Boy emulator in Rust.

No audio function is supported currently.

Usage

You can start a game with the command.

$ cargo run "./roms/zelda.gb"

Key bindings

Gameboy Keyboard
Up Up
Down Down
Left Left
Right Right
A Button A
B Button B
Start Enter
Select Space

Games

Confirmed these games worked well.

No MBC

Tetris Super Mario

MBC1

Zelda Rockman World Rockman World2 Metroid2 Pokemon Midori

Reference

https://imrannazar.com/GameBoy-Emulation-in-JavaScript
https://www.youtube.com/watch?v=HyzD8pNlpwI
https://gbdev.io/pandocs/

License

MIT License. Please see LICENSE file.