]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/Makefile
Now that cc65 programs can run as SYS files themselves my ProDOS Loader ulimately...
[cc65] / libsrc / apple2 / Makefile
index 953bf510dfb015645ded34539be8391c43a75bc8..802c404f5868de9fb72984a4af43d4aec55b928a 100644 (file)
@@ -57,6 +57,7 @@ S_OBJS=       _scrsize.o      \
        close.o         \
        clrscr.o        \
        color.o         \
+        cout.o          \
        cputc.o         \
        crt0.o          \
        ctype.o         \
@@ -75,24 +76,23 @@ S_OBJS=     _scrsize.o      \
         get_ostype.o    \
        gotoxy.o        \
        gotoy.o         \
+        home.o          \
        initcwd.o       \
+       iobuf.o         \
         joy_stddrv.o    \
        kbhit.o         \
         mainargs.o      \
        mcbdefault.o    \
        mli.o           \
+        mouse_stddrv.o  \
        open.o          \
         oserrlist.o     \
        oserror.o       \
         randomize.o     \
-        rcout.o         \
+        rdkey.o         \
        read.o          \
+       reboot.o        \
        revers.o        \
-        rhome.o         \
-        rom.o           \
-        rpread.o        \
-        rrdkey.o        \
-        rvtabz.o        \
        rwcommon.o      \
        syschdir.o      \
        sysmkdir.o      \
@@ -102,6 +102,7 @@ S_OBJS=     _scrsize.o      \
         systime.o       \
         sysuname.o      \
         tgi_mode_table.o\
+        vtabz.o         \
        wherex.o        \
                wherey.o        \
        write.o
@@ -109,7 +110,7 @@ S_OBJS=     _scrsize.o      \
 #--------------------------------------------------------------------------
 # Drivers
 
-EMDS = apple2-lc.emd
+EMDS = apple2-auxmem.emd
 
 JOYS = apple2-stdjoy.joy
 
@@ -117,7 +118,7 @@ MOUS = apple2-stdmou.mou
 
 SERS = apple2-ssc.ser
 
-TGIS = apple2-40-40-16.tgi apple2-280-192-6.tgi
+TGIS = apple2-280-192-8.tgi apple2-40-48-16.tgi
 
 #--------------------------------------------------------------------------
 # Targets