Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/12101111/oxidenes
This is just another NES emulator.
https://github.com/12101111/oxidenes
6502 famicom nes nes-emulator rust
Last synced: 3 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T16:33:04.000Z (over 5 years ago)
- Last Synced: 2024-07-17T22:09:36.388Z (4 months 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)