dustmop / nes-starter

Starter NES skeleton, containing the minimal amount of code that is useful for building a new project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter NES Project

This is a starter NES skeleton, containing the minimal amount of code that is useful for building a new project.

Depends on makechr for building the graphics data.

Depends on ca65 and ld65 to assemble and link.

Depends on python in order to create debugging info. You can remove this dependency by removing the call to python in the Makefile.

Functions include:

  • Initialization code
  • Graphics loading
  • Controller reading
  • Frame synchronization
  • Basic NMI

To build, run make, which produces starter.nes.

To clean, run make clean, which removes the build directory ".b/"

About

Starter NES skeleton, containing the minimal amount of code that is useful for building a new project.


Languages

Language:Assembly 81.0%Language:Makefile 8.5%Language:Python 7.5%Language:Batchfile 3.0%