Skip to content

CHIP-8 Emulator re-written in Rust

License

Notifications You must be signed in to change notification settings

Ryp/chip8-emu-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CHIP-8 Emulator re-written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages