This is a simple CHIP-8 simulator written in Rust. Third-party dependencies are to be kept to a minimum to allow portability across platforms. Special thanks to Cowgod's CHIP-8 technical reference as it has been a great reference while working on this project.
- CPU
- Memory
- Graphics
- Sound
- Write test suite