]> git.sur5r.net Git - cc65/commit
Fixed several aspects of the GEOS CONIO implementation:
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 23 Oct 2012 19:42:57 +0000 (19:42 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 23 Oct 2012 19:42:57 +0000 (19:42 +0000)
commit46f1085e2d4ae2ee16271567d06c6206b1cafd91
treeb6af2a22b79fe41f97f7da2e42d799e04c4766e5
parent9930379665034e0cd60278295b4e9af1b7a55c79
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
libsrc/geos-common/conio/Makefile
libsrc/geos-common/conio/_scrsize.s
libsrc/geos-common/conio/cclear.s
libsrc/geos-common/conio/cgetc.s
libsrc/geos-common/conio/chline.s
libsrc/geos-common/conio/clrscr.s
libsrc/geos-common/conio/cputc.s
libsrc/geos-common/conio/cursor.s [deleted file]
libsrc/geos-common/conio/cvline.s
libsrc/geos-common/conio/gotoxy.s
libsrc/geos-common/system/extzp.s