1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-02 15:29:33 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
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
asminc Turned the 'ST' status byte into a symbol resolved by the linker in order to allow to use it from code living in the 'cbm' directory. 2012-10-02 16:41:40 +00:00
doc Fixed c&p error. 2012-10-23 19:26:08 +00:00
include Fix typo 2012-10-23 11:54:31 +00:00
libsrc Fixed several aspects of the GEOS CONIO implementation: 2012-10-23 19:42:57 +00:00
make Fix missing semicolons. By Alex <xenogenesi@virgilio.it>. 2012-01-26 19:30:54 +00:00
packages Applied changes by Daniel Pralle, adding stuff that is compiled but not 2012-10-01 20:01:15 +00:00
samples Replaced static array with realloc'ed memory block - like done in enumdevdir.c. 2012-10-23 19:24:27 +00:00
src Added C128 overlay linker config. 2012-09-30 14:53:12 +00:00
targetutil Made use of recently introduced getcurrentdevice(). 2012-10-21 14:36:05 +00:00
testcode Fixed problems reported by Greg King. 2012-09-06 20:36:35 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00