An emulator for Nintendo Entertainment System (NES).
- Arrow keys for the D-pad
- A is the A button
- S is the B button
- Q is Select
- W is Start
After cloning the repo:
cargo xtask fetch-tests
cargo test
Fetching the tests depends on tar(1) and curl(1), which are shipped with all major OSes these days.
For writing on the internals and architecture of the emulator, see ./doc/architecture.md.