Skip to content

Modular cycle-accurate NES emulator implemented from scratch

License

Notifications You must be signed in to change notification settings

robinlinden/n_e_s

 
 

Repository files navigation

n e s

Description

Modular cycle-accurate NES emulator implemented from scratch in modern C++ and built with the help of modern CMake, or that's the goal at least. If all goes according to plan, you should be able to rip the 6502 CPU library out of this and make a C64 or Apple ][ or whatever emulator based on it.

Building

Clone!

git clone https://github.com/evilcorpltd/n_e_s.git

Build!

mkdir build_ && cd build_
cmake ..
make
make test

About

Modular cycle-accurate NES emulator implemented from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • CMake 3.0%
  • Other 1.5%