No description
- Rust 100%
| roms | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
chip8-rs
A CHIP-8 emulator in Rust.
TODO
- Support all available demos (more complete opcode emulation)
- Support keyboard
- Properly debounce keyboard (at 10x speed, bounces from hell)
- Support sound (actually supported now, hell hath frozen over)
Usage
$ cargo run --release roms\demos\some_rom.ch8
- F2 - restart emulation
- F4 - toggle debug (see console)
- F11 - emulation speed down
- F12 - emulation speed up