Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
Saverio Miroddi edited this page Feb 22, 2021 · 1 revision

CHIP-8

CHIP-8 resources used

Running the emulator

Keys: WASD.

Commands:

# Generic invocation
#
cargo run --bin emu-chip_8-sdl -- /path/to/rom

# Help
#
cargo run --bin emu-chip_8-sdl -- --help

Sample game execution:

cargo run --bin emu-chip_8-sdl -- <(curl -L 'https://github.com/JohnEarnest/chip8Archive/blob/master/roms/flightrunner.ch8?raw=true')
Clone this wiki locally