rust-chip8

This is a CHIP-8 interpreter written in Rust.

Run the IBM rom:

cargo run

Or choose another:

cargo run src/roms/WIPEOFF

References