Added missing standard driver definitions.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5890 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-11-01 15:58:27 +00:00
parent 1bba8355da
commit dbc66c247a
12 changed files with 99 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ OBJS = _scrsize.o \
gotox.o \
gotoxy.o \
gotoy.o \
joy_stddrv.o \
mainargs.o \
ppu.o \
ppubuf.o \
@@ -87,6 +88,7 @@ OBJS = _scrsize.o \
setcursor.o \
sysuname.o \
tgi_colors.o \
tgi_stddrv.o \
waitvblank.o \
wherex.o \
wherey.o \