A Nintendo Entertainment System (NES) emulator written for the purpose of understanding how the NES and similar 8-bit computers of that era worked.
|
||
---|---|---|
.gitignore | ||
cpu.c | ||
cpu.h | ||
LICENSE | ||
Makefile | ||
opcodes.h | ||
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/.