Started to add text output functions

git-svn-id: svn://svn.cc65.org/cc65/trunk@1427 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-10-03 11:18:23 +00:00
parent 4389b0c438
commit 2f44fb05a4
14 changed files with 256 additions and 40 deletions

View File

@@ -17,6 +17,7 @@ S_OBJS = tgi-kernel.o \
tgi_bar.o \
tgi_circle.o \
tgi_clear.o \
tgi_curtoxy.o \
tgi_done.o \
tgi_emu_bar.o \
tgi_getcolor.o \
@@ -38,11 +39,17 @@ S_OBJS = tgi-kernel.o \
tgi_linepop.o \
tgi_lineto.o \
tgi_map_mode.o \
tgi_outtext.o \
tgi_outtextxy.o \
tgi_popxy.o \
tgi_popxy2.o \
tgi_setcolor.o \
tgi_setdrawpage.o \
tgi_setpalette.o \
tgi_setpixel.o \
tgi_setdrawpage.o \
tgi_textsize.o \
tgi_textstyle.o \
tgi_unload.o
@@ -54,3 +61,4 @@ clean:
@rm -f $(C_OBJS)
@rm -f $(S_OBJS)