From: Christian Groessler Date: Tue, 17 Sep 2013 22:17:45 +0000 (+0200) Subject: introduce SHADOW_RAM2 X-Git-Tag: V2.15~223^2~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3df94fba92d230e1768780e7390c50be5ffda6d3;p=cc65 introduce SHADOW_RAM2 --- diff --git a/cfg/atarixl.cfg b/cfg/atarixl.cfg index dd49d421d..d5bee6575 100644 --- a/cfg/atarixl.cfg +++ b/cfg/atarixl.cfg @@ -57,7 +57,8 @@ SEGMENTS { SAVEAREA: load = SRPREPCHNK, type = bss, define = yes; # shared btw. SRPREP and RAM LOWDATA: load = SRPREPCHNK, type = bss, define = yes; # " " " " " " " " SRPREP: load = SRPREPCHNK, type = rw, define = yes; - SHADOW_RAM: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes; + SHADOW_RAM: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes; + SHADOW_RAM2: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes; SRPREPTRL: load = SRPREPTRL, type = ro; MAINHDR: load = MAINHDR, type = ro;