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
99082b5528
JSR was pushing 1 too high PC and RTS was 1 too low RTI was only pulling the low byte of PC |
||
---|---|---|
.gitignore | ||
cpu.c | ||
LICENSE | ||
Makefile | ||
README | ||
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/.