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
1f6e3b054c
They're both the same and the compiler might have already optimized it away. It also conveys the message better in my opinion. |
||
---|---|---|
.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/.