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
2012-10-19 07:19:08 +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 Removed cpputs/cpputsxy as they don't work and as there's really very little use for proprietary extensions of a character API emulated on a graphics systems. 2012-10-19 06:53:55 +00:00
include The 128+x character codes were very likely intended to be interpreted by cputs and translated into explicit drawing of short lines. However there was no code to do so at all. Given that the emulation of a characterbased API on a graphics system isn't the premier choice for a sophisticated UI it doesn't seem appropriate to invest into actually implementing the approach described above. Therefore I just replaced the character codes with a '+'. 2012-10-19 07:19:08 +00:00
libsrc Removed revers as it doesn't influence clrscr, cclear, chline, cvline and does look pretty ugly on cputs because there's no opaque background. 2012-10-19 07:11:04 +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 Added enumdevdir showcasing the recently introduced device functions (together with directory access). 2012-10-15 18:52:40 +00:00
src Added C128 overlay linker config. 2012-09-30 14:53:12 +00:00
targetutil I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers. 2012-10-16 06:34:38 +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