New TGI driver by Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@2653 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-12 16:41:09 +00:00
parent 9b24bbc85c
commit 905c0e6ef8
5 changed files with 782 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ apple2lib:
$(AR) a apple2.lib $$i/*.o;\
done
mv apple2/crt0.o apple2.o
cp apple2/*.tgi .
cp apple2/apple2-stdjoy.joy a2-stdjoy.joy
#-----------------------------------------------------------------------------