Chip_8 Chip_8 interpreter made in rust, largely based on the guide: https://github.com/aquova/chip8-book?tab=readme-ov-file and this documentation: https://github.com/trapexit/chip-8_documentation/tree/master Roms Test roms are from this chip8 test suite: https://github.com/Timendus/chip8-test-suite?tab=readme-ov-file#ibm-logo Run Download rust: https://www.rust-lang.org/tools/install Then run in terminal: cd desktop-display cargo run -- path/to/file