Rust implementation of the Chip8 instruction set.
The original screen dimensions where 64x32 but I have scaled that to 800x600
I use Marcoquad to display the graphics.
Emulator tested using Timendus test suite
You only need nix-shell installed.
git clone git@github.com:r3zv/chip8.git
cd chip8
nix-shell shell.nix
cargo run