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
2024-05-20 19:39:23 +05:30
cpu.c start working on 6502 cpu 2024-05-20 19:39:23 +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/.