An NES emulator in C++
Go to file
2016-07-23 17:58:42 +05:30
cmake/Modules FindSFML.cmake added and updated CMakeList.txt 2016-07-23 17:58:42 +05:30
include PPUDATA read is now buffered and OAM stuff 2016-07-23 16:59:52 +05:30
src minor tweak 2016-07-23 17:15:12 +05:30
.gitignore Added Cartridge class and worked on it and MainMemory a bit 2016-07-10 20:35:47 +05:30
CMakeLists.txt FindSFML.cmake added and updated CMakeList.txt 2016-07-23 17:58:42 +05:30
main.cpp CHR-ROM read delayed by one byte and OAM basics 2016-07-23 13:38:23 +05:30
README.md Some work done (arguably) 2016-07-15 15:44:57 +05:30

SimpleNES

An NES emulator written in C++ for purely educational purposes.