BenMorganIO / NESDemo

A demo project for the tutorial section of the development enviornment episode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NES Demo

This is a simple Assembly 6502 demo for the NES. Dependencies are installed via brew bundle and you can see how we build and run the NES games through the Makefile.

Makefile

# This will build the ROM and write it to `demo.nes`
$ make build

# This will use fceux to run the NES ROM
$ make run

About

A demo project for the tutorial section of the development enviornment episode.


Languages

Language:Assembly 94.7%Language:Makefile 4.1%Language:Ruby 1.2%