Serial driver for the SSC card by Oliver Schmidt

git-svn-id: svn://svn.cc65.org/cc65/trunk@3627 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-09-08 21:03:46 +00:00
parent 575ee044e5
commit 6ea5614493
5 changed files with 464 additions and 16 deletions

View File

@@ -32,6 +32,9 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I ../apple2 -I ../../include
%.joy: %.o ../runtime/zeropage.o
@$(LD) -t module -o $@ $^
%.ser: %.o ../runtime/zeropage.o
@$(LD) -t module -o $@ $^
%.tgi: %.o ../runtime/zeropage.o
@$(LD) -t module -o $@ $^
@@ -107,7 +110,7 @@ EMDS = apple2-lc.emd
JOYS = apple2-stdjoy.joy
SERS =
SERS = apple2-ssc.ser
TGIS = apple2-40-40-16.tgi apple2-280-192-6.tgi