https://github.com/lindskogen/gameboy-rust
A gameboy emulator in rust
https://github.com/lindskogen/gameboy-rust
cross-platform emudev gameboy-emulator
Last synced: 3 months ago
JSON representation
A gameboy emulator in rust
- Host: GitHub
- URL: https://github.com/lindskogen/gameboy-rust
- Owner: lindskogen
- Created: 2018-06-04T21:04:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T21:32:28.000Z (8 months ago)
- Last Synced: 2025-04-02T09:51:29.831Z (3 months ago)
- Topics: cross-platform, emudev, gameboy-emulator
- Language: Rust
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gameboy-rust
A first step into #emudev
## How to run?
1. Make sure you have rust installed, otherwise follow the guide on https://rustup.rs/
2. Then run:```shell
$ cargo run rom.gb
```## Controls
- Joypad: Arrow keys
- A: Z
- B: X
- SELECT: RightShift
- START: Enter