TGI Implementation

git-svn-id: svn://svn.cc65.org/cc65/trunk@1313 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-06-21 13:39:32 +00:00
parent f82ac8a91c
commit 2614d20153
4 changed files with 73 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
C_OBJS =
S_OBJS = tgi-kernel.o \
tgi_circle.o \
tgi_clear.o \
tgi_done.o \
tgi_geterror.o \
tgi_getmaxx.o \
@@ -21,6 +23,7 @@ S_OBJS = tgi-kernel.o \
tgi_getxres.o \
tgi_getyres.o \
tgi_init.o \
tgi_line.o \
tgi_map_mode.o \
tgi_unload.o