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
142e35ff69
They were only used to automate writing the boilerplate for each instruction. They're not needed at the moment and they were using 65c02 instructions instead of 6502 anyways. |
||
---|---|---|
.gitignore | ||
cpu.c | ||
LICENSE | ||
README |
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/.