mohanson / gameboy
- суббота, 20 апреля 2019 г. в 00:19:14
Rust
Full featured GameBoy emulator. Let's dance!
Full featured GameBoy emulator. Let's dance!
$ cargo run -- "mods/Boxes (PD).gb" _n_________________
|_|_______________|_|
| ,-------------. |
| | .---------. | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | `---------' | |
| `---------------' |
| _ GAME BOY |
Up | _| |_ ,-. | ----> Z
Left/Right <---- ||_ O _| ,-. "._,"|
Down | |_| "._," A | ----> X
| _ _ B |
| // // |
| // // \\\\\\ | ----> Enter/BackSpace
| ` ` \\\\\\ ,
|________...______,"
WTFPL. Note: Some codes of screen and sounds copied from rboy(about ~1000 lines).