This is a Chip8 emulator built in rust. Chip8 is a virtual machine developed developed by Joseph Weisbecker. You can find out more about Chip8 Here.
You will need to have sdl2 for rust installed which can be found Here.
Clone the repo:
git clone https://github.com/BradenThomp/Rust-Chip8-Emulator.git
At the root directory of the repository run:
cargo run "ROM path"
ROMs can be found Here.
The following resources were used to create this chip8 emulator.