Moved outcode calculation in a separate module.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4462 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-11-12 15:10:45 +00:00
parent 884aff9191
commit 80b81549fd
3 changed files with 113 additions and 103 deletions

View File

@@ -67,6 +67,7 @@ S_OBJS = tgi-kernel.o \
tgi_linepop.o \
tgi_lineto.o \
tgi_map_mode.o \
tgi_outcode.o \
tgi_outtext.o \
tgi_outtextxy.o \
tgi_popxy.o \