RodrigoHahn / neslib-template

Template NES project in C using neslib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neslib-template

Template NES project in C using neslib.

Should build OK on MacOS X, Linux, and Cygwin. Has a dependency on libpng for the png2chr tool, so make sure you have a "dev" package for that installed or built.

Rough build instructions:

  • Checkout the cc65 submodule: git submodule update --init --recursive
  • Build cc65: pushd tools/cc65; make; popd
  • Build the other tools: pushd tools; make; popd
  • Build the NES ROM: make

Enjoy some NES coding?

About

Template NES project in C using neslib.


Languages

Language:C++ 66.4%Language:Assembly 16.9%Language:C 15.9%Language:Makefile 0.9%