Add NES building and adapt example functions

This commit is contained in:
2023-11-01 13:58:22 +01:00
parent 5c404b5faf
commit 9be90d7629
33 changed files with 3951 additions and 35 deletions

View File

@ -0,0 +1,13 @@
Neslib
======
This is a ca65 asm library consisting of useful NES functions. It's designed to be
used with cc65 git master, no need for old runtimes or the like.
Credit for making this goes to Shiru, who published the original in public domain.
@clbr made some changes and fixed some things.
@sehugg made some more changes to integrate with http://8bitworkshop.com/
This is under the zlib license.