A Nintendo Entertainment System (NES) emulator written for the purpose of understanding how the NES and similar 8-bit computers of that era worked.
Go to file
vin 142e35ff69 remove opcode json converter helper scripts
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.
2024-06-11 14:43:41 +05:30
.gitignore implement tax and inx and print status each time 2024-05-24 12:20:04 +05:30
cpu.c add jsr, rti, rts 2024-06-10 23:27:14 +05:30
LICENSE initial commit 2024-05-20 18:51:56 +05:30
README initial commit 2024-05-20 18:51:56 +05:30

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/.