Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

This is just another NES emulator.

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)