Skip to content

mattherman/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

A CHIP-8 emulator written in Rust.

Build the project by running:

cargo build

Run the emulator using:

cargo run

If you would like to output debug information as the emulator is running, use:

cargo run debug

And if you would like to also step through the ROM instruction by instruction:

cargo run debug step

About

A CHIP-8 emulator written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages