1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-06 01:55:47 +00:00
cc65/libsrc/geos-common/conio
ol.sc 46f1085e2d Fixed several aspects of the GEOS CONIO implementation:
- cputc was drawing at the wrong position, therefore one line had to be removed as a workaround.
- chline, cvline were drawing one pixel to large lines.
- cclear was drawing an in both directions one pixel to big rect.
- the cursor was drawn at wrong times at wrong places in a wrong size.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5874 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-10-23 19:42:57 +00:00
..
_scrsize.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
cclear.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
cgetc.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
chline.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
clrscr.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
cputc.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
cvline.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
dummies.s
gotoxy.s Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
kbhit.s Normalized coding style. 2012-02-08 15:23:45 +00:00
Makefile Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
where.s Normalized coding style. 2012-02-08 15:23:45 +00:00