Simple Chip8 Emulator written in Rust, using SDL2.
Provides an interface using Clap. See help below:
foo@bar:~$ ./chip8 -h
Chip8 emulator
Usage: chip8 [OPTIONS] --rom-path <ROM_PATH>
Options:
-r, --rom-path <ROM_PATH> Rom path
-c, --cycle-delay <CYCLE_DELAY> Cycle delay in milliseconds [default: 10]
-h, --help Print help information
-V, --version Print version information
Using a test rom:
Playing a tetris rom: