/hachip

Primary LanguageRustGNU General Public License v3.0GPL-3.0

8chip

8chip (read: ha-chip) is an experimental chip-8 emulator

Requirements

  • Rust 1.30+
  • libsdl2-dev

Usage

Compile by run

cargo build --release

and then run the binary on target

./target/release/hachip <rom path> (Unix)
or
target\release\hachip <rom path> (Windows)