Chip-8 emulator in Rust. This was my foray into both Rust and emulators. The emulator runs in the terminal via ncurses, and can be run as
cargo run <rom>The following sources were used:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Chip-8 emulator in Rust. This was my foray into both Rust and emulators. The emulator runs in the terminal via ncurses, and can be run as
cargo run <rom>The following sources were used: