1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +00:00
cc65/libsrc/geos-common
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
..
common Added missing file. 2012-02-22 22:04:53 +00:00
conio Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
disk Minor style adjustment. 2012-02-22 22:59:38 +00:00
dlgbox Normalized coding style. 2012-02-09 10:54:40 +00:00
drivers Minor style adjustment. 2012-02-22 22:59:38 +00:00
file Normalized coding style. 2012-02-09 10:54:40 +00:00
graph Fixed line continuation. 2012-02-22 22:04:20 +00:00
memory
menuicon
mousesprite
process
runtime
system Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
const.inc Introduced Apple GEOS specific screen size constants. 2012-02-27 22:00:26 +00:00
geosmac.inc Removed '.c65' from include file name. 2012-02-09 09:13:34 +00:00
Makefile
symbols.txt Minor adjustment. 2012-10-23 19:25:11 +00:00