Setup Guide - HeitorBRaymundo/861 GitHub Wiki

To develop a NES Game you will need to install two main dependencies:

  1. Install Nesasm
  2. Install Mednafen

1. Install Nesasm

The Nesasm is an assembler compiler that will transform you ".asm" code in a binary file that is understood by the emulator. You can find where to install the Nesasm here.

2. Install Mednafen

The Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven multi-system emulator. It has the objective of represent a NES video game for his users. You can find the source code and how to install here.