Skip to content
/ nes Public

A WIP NES emulator implementation in Rust

License

Notifications You must be signed in to change notification settings

ericwoude/nes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NES

build

This repository is a Work In Project. Currently the processor is fully tested, passing all unit tests and the nestest rom. The following steps are lined out in the roadmap below.

Roadmap

Testing

The unit tests are not included in the repository as they sum up to over a GB of data. Invoke fetch.sh to download the unit tests.

λ cd tests
λ sh fetch.sh
λ cargo test

About

A WIP NES emulator implementation in Rust

Topics

Resources

License

Stars

Watchers

Forks