1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00
cc65/libsrc/geos-common
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
..
common Normalized coding style. 2012-02-09 10:54:40 +00:00
conio Normalized coding style. 2012-02-09 10:54:40 +00:00
disk On Apple GEOS all "low jumptable" entries went into 'diskdrv.inc'. So this needs to be included in quite some source files. 2012-02-09 09:24:09 +00:00
dlgbox Normalized coding style. 2012-02-09 10:54:40 +00:00
drivers Normalized coding style. 2012-02-09 10:54:40 +00:00
file Normalized coding style. 2012-02-09 10:54:40 +00:00
graph Removed '.c65' from include file name. 2012-02-09 09:13:34 +00:00
memory Normalized coding style. 2012-02-08 16:13:01 +00:00
menuicon Normalized coding style. 2012-02-08 16:13:01 +00:00
mousesprite Normalized coding style. 2012-02-08 16:13:01 +00:00
process Renamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFreezeProcess' to 'UnfreezeProcess' to matchall 3rd party docs. 2012-02-09 07:37:08 +00:00
runtime Normalized coding style. 2012-02-08 16:56:54 +00:00
system 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
const.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
geosmac.inc Removed '.c65' from include file name. 2012-02-09 09:13:34 +00:00
Makefile Prepared infrastructure for a shared loadable generic mouse driver based the GEOS API. 2012-02-08 14:30:07 +00:00
symbols.txt Adjusted hex digit cases. 2012-02-09 07:41:56 +00:00