]> git.sur5r.net Git - cc65/commit
Renamed JUMPTABLE and cleaned up module.cfg.
authorOliver Schmidt <ol.sc@web.de>
Thu, 1 May 2014 19:43:34 +0000 (21:43 +0200)
committerOliver Schmidt <ol.sc@web.de>
Thu, 1 May 2014 19:44:39 +0000 (21:44 +0200)
commitd6c3bd29ac243e673a15b662dcb7d3bde9db5e87
tree68d710cc42ced99f8e5a98aabcf49991be80acd3
parent2a3fbc6e36a0b99b49c462838ea99d1b2e6165f0
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 :-((
75 files changed:
cfg/module.cfg
libsrc/apple2/emd/a2.auxmem.s
libsrc/apple2/joy/a2.stdjoy.s
libsrc/apple2/mou/a2.stdmou.s
libsrc/apple2/ser/a2.ssc.s
libsrc/apple2/tgi/a2.hi.s
libsrc/apple2/tgi/a2.lo.s
libsrc/atari/emd/atr130.s
libsrc/atari/joy/atrmj8.s
libsrc/atari/joy/atrstd.s
libsrc/atari/mou/atrjoy.s
libsrc/atari/mou/atrst.s
libsrc/atari/mou/atrtt.s
libsrc/atari/ser/atrrdev.s
libsrc/atari/tgi/atari_tgi_common.inc
libsrc/atmos/joy/atmos-pase.s
libsrc/atmos/ser/atmos-acia.s
libsrc/atmos/tgi/atmos-228-200-3.s
libsrc/atmos/tgi/atmos-240-200-2.s
libsrc/c128/emd/c128-georam.s
libsrc/c128/emd/c128-ram.s
libsrc/c128/emd/c128-ram2.s
libsrc/c128/emd/c128-ramcart.s
libsrc/c128/emd/c128-reu.s
libsrc/c128/emd/c128-vdc.s
libsrc/c128/joy/c128-ptvjoy.s
libsrc/c128/joy/c128-stdjoy.s
libsrc/c128/mou/c128-1351.s
libsrc/c128/mou/c128-inkwell.s
libsrc/c128/mou/c128-joy.s
libsrc/c128/mou/c128-pot.s
libsrc/c128/ser/c128-swlink.s
libsrc/c128/tgi/c128-vdc.s
libsrc/c128/tgi/c128-vdc2.s
libsrc/c16/emd/c16-ram.s
libsrc/c64/emd/c64-c256k.s
libsrc/c64/emd/c64-dqbb.s
libsrc/c64/emd/c64-georam.s
libsrc/c64/emd/c64-isepic.s
libsrc/c64/emd/c64-ram.s
libsrc/c64/emd/c64-ramcart.s
libsrc/c64/emd/c64-reu.s
libsrc/c64/emd/c64-vdc.s
libsrc/c64/emd/dtv-himem.s
libsrc/c64/joy/c64-hitjoy.s
libsrc/c64/joy/c64-numpad.s
libsrc/c64/joy/c64-ptvjoy.s
libsrc/c64/joy/c64-stdjoy.s
libsrc/c64/mou/c64-1351.s
libsrc/c64/mou/c64-inkwell.s
libsrc/c64/mou/c64-joy.s
libsrc/c64/mou/c64-pot.s
libsrc/c64/ser/c64-swlink.s
libsrc/c64/tgi/c64-hi.s
libsrc/cbm510/emd/cbm510-ram.s
libsrc/cbm510/joy/cbm510-std.s
libsrc/cbm510/mou/cbm510-inkwl.s
libsrc/cbm510/mou/cbm510-joy.s
libsrc/cbm510/ser/cbm510-std.s
libsrc/cbm610/emd/cbm610-ram.s
libsrc/cbm610/ser/cbm610-std.s
libsrc/geos-cbm/emd/geos-vdc.s
libsrc/geos-cbm/joy/geos-stdjoy.s
libsrc/geos-cbm/tgi/geos-tgi.s
libsrc/lynx/joy/lynx-stdjoy.s
libsrc/lynx/ser/lynx-comlynx.s
libsrc/lynx/tgi/lynx-160-102-16.s
libsrc/nes/joy/nes-stdjoy.s
libsrc/nes/tgi/nes-64-56-2.s
libsrc/pet/joy/pet-ptvjoy.s
libsrc/pet/joy/pet-stdjoy.s
libsrc/plus4/joy/plus4-stdjoy.s
libsrc/plus4/ser/plus4-stdser.s
libsrc/vic20/joy/vic20-ptvjoy.s
libsrc/vic20/joy/vic20-stdjoy.s