Nothing Special   »   [go: up one dir, main page]

Skip to content

Killarexe/C-NES-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple NES C Project

About

This repository is a simple C workspace to make NES programs/projects.

I simplified nesdoug's workspace, so thanks to him.

Compile and Run

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.