chip8-emu

A CHIP-8 emulator, following chip8-book.

Games available here

Quick Run

cd desktop
cargo run <path to ROM>

Dependencies

Ubuntu:

sudo apt-get install libsdl2-dev