The CHIP8 emulator I wrote in rust to learn about about systems and emulation.
To run the project do
cargo run --release
Resources used: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM#Fx0A http://mattmik.com/files/chip8/mastering/chip8.html https://tobiasvl.github.io/blog/write-a-chip-8-emulator/
special thanks to: https://austinmorlan.com/posts/chip8_emulator/ people of emudev discord people of rust discord