Skip to content
Natesh Narain edited this page Oct 22, 2017 · 2 revisions

Welcome to the nes wiki! (Better name pending...)

This is an NES emulator project I'll be working on. I've previously worked on a Gameboy emulator and wanted to take the experience of building that project and apply it to another project from the ground up.

This project will include a number of components:

  • An NES ROM disassembler.
  • An NES debugger.
  • The NES Core (A module containing all necessary NES conponents such as the CPU and PPU, independent of the UI)
  • A user interface for playing the ROMs and general testing.
Clone this wiki locally