Skip to content
Zingler edited this page Jun 27, 2015 · 2 revisions

Welcome to the dotnes wiki!

General Emulation Workflow

NES Opcodes reference

http://www.obelisk.demon.co.uk/6502/reference.html

Developer Setup

Windows

  • Install Visual Studio 2015 Community Edition. Choose custom installation; You don't really need anything extra other than the GitHub extension which will make interactions with GitHub stupidly easy.
  • When Visual Studio 2015 starts up, you should be presented an option to connect to GitHub on the side at which point you can clone a project to your system. Make sure in Global Settings you set up your name/email.

iNES Rom File Format

dotnes uses rom files using the defacto standard format iNES. The rom file format is detailed here. It's basically a small header section with the remainder of the file being a flat binary rom image.

Clone this wiki locally