]> git.sur5r.net Git - cc65/blobdiff - cfg/atarixl-overlay.cfg
Get rid of SAVEAREA segment: fold it into LOWDATA.
[cc65] / cfg / atarixl-overlay.cfg
index 74a4a8c2f11da4cf9f7f81463abd07d71d45d08f..5f19c6354c079901896706136bdf6ba98b0b3e3c 100644 (file)
@@ -30,13 +30,11 @@ MEMORY {
     MAINHDR:       file = %O,               start = $0000,                  size = $0004;
     RAM:           file = %O, define = yes, start = %S +
                                                     __OVERLAYSIZE__ +
-                                                    __SAVEAREA_SIZE__ +
-                                                    __LOWDATA_SIZE__, size = $D000 -
-                                                                             __STACKSIZE__ -
-                                                                             %S -
-                                                                             __OVERLAYSIZE__ -
-                                                                             __SAVEAREA_SIZE__ -
-                                                                             __LOWDATA_SIZE__;
+                                                    __LOWDATA_SIZE__,       size = $D000 -
+                                                                                   __STACKSIZE__ -
+                                                                                   %S -
+                                                                                   __OVERLAYSIZE__ -
+                                                                                   __LOWDATA_SIZE__;
 
 # defines entry point into program
     TRAILER:       file = %O,               start = $0000, size = $0006;
@@ -67,8 +65,7 @@ SEGMENTS {
     SYSCHKTRL:  load = SYSCHKTRL,                   type = ro,                optional = yes;
 
     SRPREPHDR:  load = SRPREPHDR,                   type = ro;
-    SAVEAREA:   load = SRPREPCHNK,                  type = bss, define = yes;  # shared btw. SRPREP and RAM
-    LOWDATA:    load = SRPREPCHNK,                  type = bss, define = yes;  #   "  "  "  "  "  "  "  "
+    LOWDATA:    load = SRPREPCHNK,                  type = bss, define = yes;  # shared btw. SRPREP and RAM
     SRPREP:     load = SRPREPCHNK,                  type = rw,  define = 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;