Removed revers as it doesn't influence clrscr, cclear, chline, cvline and does look pretty ugly on cputs because there's no opaque background.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5861 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-10-19 07:11:04 +00:00
parent 17659555f8
commit 590e382a2b
3 changed files with 8 additions and 44 deletions

View File

@@ -10,11 +10,10 @@ S_OBJS += _scrsize.o \
cgetc.o \
chline.o \
clrscr.o \
color.o \
cputc.o \
cursor.o \
cvline.o \
dummies.o \
gotoxy.o \
kbhit.o \
revers.o \
where.o