.github/workflows | ||
imgs | ||
roms | ||
src | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md |
NESemu
NESemu is my fourth attempt at writing a working Nintendo NES Emulator.
This time I'm also writing a Debugger that will hopefully help me finish the project.
Also I'm writing it in C++ this time, My previous attempt is here.
Libraries
Resources
- Nesdev Wiki - Probably the most exhaustive NES documentation available on the internet
- Masswerk - Exhaustive list of official and illegal instructions (there are some errors regarding the cycles of illegal opcodes)