NES-Emulator
Run
Make sure that you have installed node
and npm
.
npm i && make run
Then visit localhost:3006
.
References
- 6502 Introduction
- Easy 6502
- NES ebook
- NES emulator development guide
- Intervals of BRK/IRQ/NMI/RESET on a MOS 6502
- 6502_instruction_set
- Extra Instructions Of The 65XX Series CPU
- The Overflow(V) Flag Explained
- PPU registers
- PPU Mirroring
- NMOS 6502 Opcodes
- An Overview of NES Rendering
- PPU_OAM
- Nintendo MMC1 info for 8-bit NES carts
nes在线模拟器,点开即可https://nes.mengru.space/
也可以下载代码自己弄
https://github.com/mengrru/NES-Emulator
暂无评论