Yet another Chip-8 emulator written in Rust.
RUST_LOG=info cargo run roms/BLITZ
Presss Esc to exit the emulator.
ROMs obtained from https://github.com/JamesGriffin/CHIP-8-Emulator and https://github.com/corax89/chip8-test-rom.
Chip-8 Layout:
1 |
2 |
3 |
C |
4 |
5 |
6 |
D |
7 |
8 |
9 |
E |
A |
0 |
B |
F |
Equivalent mapping to QWERTY:
1 | 2 | 3 | 4 |
Q | W | E | R |
A | S | D | F |
Z | X | C | V |