Chip.8.breakout.mov
cargo run <path_to_rom>
Drag and drop a ROM onto the window once running
Keyboard | Chip8 |
---|---|
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
A | A |
B | B |
C | C |
D | D |
E | E |
F | F |
Keyboard | Action |
---|---|
p | Toggle execution |
n | Step 1 instruction |
sudo apt-get install libsdl2-dev
brew install sdl2