/chip8-emu-rs

CHIP-8 Emulator re-written in Rust

Primary LanguageRustMIT LicenseMIT

Chip-8 Emulator

This is a Rust re-write of my existing C++ CHIP-8 Emu. Only the specifics of this version will be detailed here.

Building

This should get you going after cloning the repo:

$ cargo run --release -- <rom_file>

Disclaimer Debug perf is absolutely horrible. Use release if you're not digging into the code.

Disclaimer: I didn't spend too much effort making this portable/packaged at all.