From: Christian Groessler Date: Wed, 19 Feb 2014 23:45:48 +0000 (+0100) Subject: load CASHDR segment into RAM X-Git-Tag: V2.15~141^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=478da8e51f1e294649b4ee2b861ff15e965b18af;p=cc65 load CASHDR segment into RAM --- diff --git a/cfg/atari-cassette.cfg b/cfg/atari-cassette.cfg index ba640a54e..e69abfb4e 100644 --- a/cfg/atari-cassette.cfg +++ b/cfg/atari-cassette.cfg @@ -14,7 +14,7 @@ MEMORY { # HEADER: file = "", start = $0000, size = $0002; # CASHDR: file = %O, start = $3FD, size = 128, fill = yes; - CASHDR: file = %O, start = $0, size = 6; +# CASHDR: file = %O, start = $0, size = 6; # "main program" load chunk # MAINHDR: file = "", start = $0000, size = $0004; RAM: file = %O, define = yes, start = %S, size = $BC20 - __STACKSIZE__ - __RESERVED_MEMORY__ - %S; @@ -23,7 +23,8 @@ MEMORY { SEGMENTS { # EXEHDR: load = HEADER, type = ro; # MAINHDR: load = MAINHDR, type = ro; - CASHDR: load = CASHDR, type = ro; +# CASHDR: load = CASHDR, type = ro; + CASHDR: load = RAM, type = ro; CASINIT: load = RAM, type = ro; STARTUP: load = RAM, type = ro, define = yes; LOWCODE: load = RAM, type = ro, define = yes, optional = yes;