1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 15:29:46 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
ol.sc fb7d8a7c37 My recent decision to reuse the character specification table from the base target was based on the fact that CBM GEOS used a copy of the CBM character specification table for the last ten years.
However now I understand that CBM GEOS does _not_ use PETSCII so the CBM character specification table doesn't make sense at all. After all this is very plausible because GEOS wants to enable the user to share his files across GEOS variants - so we can share the character specification table too.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5527 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-02-17 20:23:35 +00:00
asminc recognize XDOS -- patch from Stefan Haubenthal 2012-02-11 08:35:54 +00:00
doc recognize XDOS -- patch from Stefan Haubenthal 2012-02-11 08:35:54 +00:00
include recognize XDOS -- patch from Stefan Haubenthal 2012-02-11 08:35:54 +00:00
libsrc My recent decision to reuse the character specification table from the base target was based on the fact that CBM GEOS used a copy of the CBM character specification table for the last ten years. 2012-02-17 20:23:35 +00:00
make Fix missing semicolons. By Alex <xenogenesi@virgilio.it>. 2012-01-26 19:30:54 +00:00
packages Add missing Debian build-dependancy on "texinfo". 2012-01-18 21:34:33 +00:00
samples Normalized coding style. 2012-02-09 12:32:53 +00:00
src Remove the check for the target system. It is checked by grc65. 2012-02-09 22:01:03 +00:00
targetutil Somewhat nicer user feedback. 2012-02-12 23:02:46 +00:00
testcode Removed '.c65' from include file name. 2012-02-09 09:13:34 +00:00
util Added a convertor from Latin1 to PetSCII. By Greg King. 2011-04-29 15:39:28 +00:00