This is a chip-8 interpreter build with Rust. The repo also includes a couple of roms you can try, feel free to find and use more.
You need to install sdl2 on your system along with Rust.
Mac
brew install sdl2
Linux
apt-get install libsdl2-dev
Windows Download from: https://www.libsdl.org/download-2.0.php
Clone the repo then run the project while pointing to a rom.
E.g. cargo run roms/IBM\ Logo.ch8