CHIP-8 CHIP-8 interpreter written in Rust Usage cargo run --release [ROM] ROMs can be obtained here Controls CHIP-8QWERTY 1 2 3 C 4 5 6 D 7 8 9 E A 0 B F 1 2 3 4 Q W E R A S D F Z X C V Resources Thanks to the following resources for helping in the creation of this interpreter: Wikipedia Mastering CHIP-8 - Matthew Mikolay Cowgod's Chip-8 Technical Reference Emulator 101 How to write an emulator (CHIP-8 interpreter) ggez