]> git.sur5r.net Git - cc65/commitdiff
introduce SHADOW_RAM2
authorChristian Groessler <chris@groessler.org>
Tue, 17 Sep 2013 22:17:45 +0000 (00:17 +0200)
committerChristian Groessler <chris@groessler.org>
Tue, 17 Sep 2013 22:17:45 +0000 (00:17 +0200)
cfg/atarixl.cfg

index dd49d421db1048019255724cf3fd5b155bddc5eb..d5bee6575dd38bdbb6912673cc0b389a4dd8923a 100644 (file)
@@ -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;