This repository is a simple C workspace to make NES programs/projects.
I simplified nesdoug's workspace, so thanks to him.
Before compiling you need to install CC65 and make. And change the compiler and emulator location in the Makefile
Then to compile you need to just run:
make
To run you just write:
make run
That's it! A simple "Hello, world!"
program is in the workspace by default.
If you wan't to see some exemples go here.