https://github.com/12101111/oxidenes
This is just another NES emulator.
https://github.com/12101111/oxidenes
6502 famicom nes nes-emulator rust
Last synced: about 1 year ago
JSON representation
This is just another NES emulator.
- Host: GitHub
- URL: https://github.com/12101111/oxidenes
- Owner: 12101111
- License: mit
- Created: 2019-03-03T15:47:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T16:33:04.000Z (over 7 years ago)
- Last Synced: 2024-11-19T12:49:26.115Z (over 1 year ago)
- Topics: 6502, famicom, nes, nes-emulator, rust
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oxidenes
This is just another NES emulator.
## test
Download [nestest.nes](http://www.qmtpro.com/~nes/misc/nestest.nes)
Run `cargo run --features=disasm --example nestest [PATH_TO_nestest.nes] > log`
Compare log with [nestest.log](http://www.qmtpro.com/~nes/misc/nestest.log)