A Nintendo Entertainment System (NES) emulator written for the purpose of understanding how the NES and similar 8-bit computers of that era worked.
vin
4525490beb
https://old.reddit.com/r/EmuDev/comments/15plfes/having_an_issue_with_nestest_on_my_6502_emulator/jvyck7k/ With this, it seems that all official opcodes run as nestest expects. Now, it's the unofficial opcodes that need to be implemented. |
||
---|---|---|
.gitignore | ||
cpu.c | ||
LICENSE | ||
Makefile | ||
README.md | ||
rom.c | ||
rom.h |
emu_nes
A Nintendo Entertainment System (NES) emulator written for the purpose of understanding how the NES and similar 8-bit computers of that era worked.
Makes heavy use of https://www.nesdev.org/.