1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/geos-cbm
Oliver Schmidt d6c3bd29ac Renamed JUMPTABLE and cleaned up module.cfg.
This change was suppsed to fix the issue that the former JUMPTABLE is merked as 'ro' while it is actually written to in several scenarios. When drivers are converted using co65 and then compiled into ROMs the JUMPTABLE isn't copied to RAM and therefore the write operations in question fail.

However unfortunately I didn't succeed in changing that :-( Just setting the former JUMPTABLE to 'rw' broke the drivers. So I placed the DATA segment directly after the former JUMPTABLE segment. This made the drivers converted with co65 work again - obviously after changing libsrc/Makefile:235 from '--code-label' to '--data-label'. But the actual dynamic drivers still didn't work as the former JUMPTABLE wasn't placed as the beginning of the loaded file anymore. That effect could be changed by exchanging src/ld65/o65.c:1391 with src/ld65/o65.c:1394 but doing so broke the drivers again :-((
2014-05-01 21:44:39 +02:00
..
disk Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
emd Renamed JUMPTABLE and cleaned up module.cfg. 2014-05-01 21:44:39 +02:00
file Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
joy Renamed JUMPTABLE and cleaned up module.cfg. 2014-05-01 21:44:39 +02:00
memory Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
system Added library reference tgi_libref to TGI interface. 2013-06-01 12:42:00 +02:00
tgi Renamed JUMPTABLE and cleaned up module.cfg. 2014-05-01 21:44:39 +02:00
dio.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
diskdrv.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
geossym.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
geossym2.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
inputdrv.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
jumptab.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
Makefile.inc Use unique variables for cc65 toolchain. 2013-06-04 23:39:00 +02:00
printdrv.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00