A CHIP-8 Emulator Written in Rust
Go to file
Rekai Musuka 67c2b9b100 Switch from Mutex to AtomicU8 2020-07-16 00:30:51 -05:00
src Switch from Mutex to AtomicU8 2020-07-16 00:30:51 -05:00
.gitignore Implement opcode-limiting (current: 500 opcodes per second) 2020-07-15 14:25:29 -05:00
Cargo.lock Run Sound + Delay Timers in another thread in Safe Rust 2020-07-15 16:50:57 -05:00
Cargo.toml Run Sound + Delay Timers in another thread in Safe Rust 2020-07-15 16:50:57 -05:00