A CHIP-8 emulator in Rust.
- 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)
$ cargo run --release roms\demos\some_rom.ch8
- F2 - restart emulation
- F4 - toggle debug (see console)
- F11 - emulation speed down
- F12 - emulation speed up