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
6a5b0b728e
So this is why tests should be written while writing the program and instructions instead of all at once later. If this were all to be rewritten (which it probably will), I should add tests for each opcode instead of waiting until the end for ROM loading support. |
||
---|---|---|
.gitignore | ||
cpu.c | ||
LICENSE | ||
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/.