NES Hello World ROM template_project
authorRhett Aultman <roadriverrail@gmail.com>
Thu, 13 Sep 2018 16:30:43 +0000 (12:30 -0400)
committerRhett Aultman <roadriverrail@gmail.com>
Thu, 13 Sep 2018 16:30:43 +0000 (12:30 -0400)
commit4489375854d674c88d4c2c2558bb1a6b72d5bb56
tree67aed95fe4ff11b3e0277b8c0899344715a15816
parent5a3609058ab831a7b882a4221964356ac9273c60
NES Hello World ROM

This is a commit showing all the basic boilerplate needed to compile
and link an rom for NES emulators.  This requires cc65 to compile.  The
ROM will produce a buzzing square wave on the audio synthesizer and then
loop forever, but it's a great "first ROM" and contains the
documentation you really need to understand what's going on.
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md
src/helloworld.asm [new file with mode: 0644]