Added more stuff from groepaz with cleanups

git-svn-id: svn://svn.cc65.org/cc65/trunk@2122 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-05-02 14:24:22 +00:00
parent 6ace6309cd
commit 503da1af88
5 changed files with 4740 additions and 2 deletions

View File

@@ -22,9 +22,11 @@ C_OBJS =
S_OBJS = _scrsize.o \
clock.o \
color.o \
cputc.o \
crt0.o \
ppu.o \
ppubuf.o \
setcursor.o \
waitvblank.o
#--------------------------------------------------------------------------