-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Zingler edited this page Jun 27, 2015
·
2 revisions
Welcome to the dotnes wiki!
http://www.obelisk.demon.co.uk/6502/reference.html
- 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.
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.