A little CHIP8 emulator written in rust
Run it by specifying your favorite chip8 rom:
cargo run -- --rom roms/space_invaders.ch8
You can find public domain roms here
The relevant keys are:
1 2 3 4
Q W E R
A S D F
Z X C V
which map to the ol' hex pad:
1 2 3 C
4 5 6 D
7 8 9 E
A 0 B F