new GEOSZP segment for library use, added GEOS tgi driver, fixes in GEOS conio

git-svn-id: svn://svn.cc65.org/cc65/trunk@1864 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2002-12-31 15:35:55 +00:00
parent ed2bb59bcb
commit 0264d31e7c
9 changed files with 1036 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
%.tgi: %.o ../../runtime/zeropage.o
@$(LD) -t module -o $@ $^
S_OBJS = crt0.o oserror.o oserrlist.o randomize.o fio_module.o
S_OBJS = crt0.o geoszp.o oserror.o oserrlist.o randomize.o fio_module.o tgi_mode_table.o
#--------------------------------------------------------------------------
# Drivers
@@ -25,7 +25,7 @@ EMDS = geos-vdc.emd
JOYS = geos-stdjoy.joy
TGIS =
TGIS = geos-tgi.tgi
all: $(S_OBJS) $(EMDS) $(JOYS) $(TGIS)