From: cuz Date: Fri, 2 May 2003 14:59:05 +0000 (+0000) Subject: More additions X-Git-Tag: V2.12.0~1587 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51a9e4351beb0b29141686cd4427cd7250898909;p=cc65 More additions git-svn-id: svn://svn.cc65.org/cc65/trunk@2127 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/nes/Makefile b/libsrc/nes/Makefile index 5bc6a5b0d..19af48811 100644 --- a/libsrc/nes/Makefile +++ b/libsrc/nes/Makefile @@ -20,14 +20,27 @@ C_OBJS = S_OBJS = _scrsize.o \ + cclear.o \ + chline.o \ clock.o \ + clrscr.o \ color.o \ cputc.o \ crt0.o \ + cvline.o \ + getenv.o \ + gotox.o \ + gotoxy.o \ + gotoy.o \ + mainargs.o \ ppu.o \ ppubuf.o \ + randomize.o \ + revers.o \ setcursor.o \ - waitvblank.o + waitvblank.o \ + wherex.o \ + wherey.o #-------------------------------------------------------------------------- # Targets