Awesome
Chip-8
Rust implementation of the chip-8 emulator.
Usage
cargo run "Rom Path"
References
- https://en.wikipedia.org/wiki/CHIP-8
- http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/
Rust implementation of the chip-8 emulator.
cargo run "Rom Path"