chip-8 emulator in rust
Go to file
2026-04-07 10:13:41 -04:00
src Fixed carry flag on addition and subtraction ops, made rom selection a command line arg 2026-04-07 10:04:37 -04:00
.gitignore removed roms from the repo, I don't want to check if I'm doing so legally 2026-04-07 10:13:41 -04:00
Cargo.lock Fixed carry flag on addition and subtraction ops, made rom selection a command line arg 2026-04-07 10:04:37 -04:00
Cargo.toml Fixed carry flag on addition and subtraction ops, made rom selection a command line arg 2026-04-07 10:04:37 -04:00