1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-06 13:29:01 +00:00
cc65/libsrc/geos-cbm
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
..
disk Normalized coding style. 2012-02-09 10:17:41 +00:00
drivers Normalized coding style. 2012-02-09 10:17:41 +00:00
file Normalized coding style. 2012-02-09 10:17:41 +00:00
memory Normalized coding style. 2012-02-09 10:17:41 +00:00
system Reuse the character specification table from the base target. 2012-02-09 16:41:35 +00:00
dio.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
diskdrv.inc Defining C constants here doesn't seem to make sense as they are defined already in individual assembler files based on official jumptable entries. 2012-02-09 07:57:49 +00:00
geossym2.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
geossym.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
inputdrv.inc Normalized coding style. 2012-02-08 17:21:18 +00:00
jumptab.inc Renamed 'UnBlockProcess' to 'UnblockProcess' and 'UnFreezeProcess' to 'UnfreezeProcess' to matchall 3rd party docs. 2012-02-09 07:37:08 +00:00
Makefile 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
printdrv.inc Moved assembler include files from the 'inc' subfolder to the target "main" folder - as it is the case with the other targets. 2012-01-31 21:22:06 +00:00