A gameboy emulator written in rust. Currently can only run Tetris and Dr. Mario.
- An emulator capable of playing most gameboy games
- QoL features like debugging info, controller support and rebinding, rewinding, etc
- Good performance and cross platform support
cargo build --release
cargo run -r <ROM_FILE>
- Audio
- Proper rendering
- Debugger
- Remapping controls +
controller support - Save states