chip8 This is a chip8 emulator I wrote in rust. How to use Install Rust Open this directory Run the command cargo run --release -- path/to/rom.ch8 (It may take a while to compile for the first time) Included roms cavern.ch8 chipquarium.ch8 delay_timer_test.ch8 heart_monitor.ch8 morse_demo.ch8 random_number_test.ch8 test.ch8