]> git.sur5r.net Git - cc65/blobdiff - cfg/atarixl.cfg
Atari: fix interrupt handling if extended memory is banked in
[cc65] / cfg / atarixl.cfg
index 197daace6a67b18fc9a4b4b38c32b72e8edf1b36..c2d331fab793c6a1e7e2f30af420f53eec704736 100644 (file)
@@ -59,6 +59,7 @@ SEGMENTS {
 
     MAINHDR:     load = MAINHDR,                       type = ro;
     STARTUP:     load = MAIN,                          type = ro,  define = yes;
+    LOWBSS:      load = MAIN,                          type = rw,                optional = yes;  # not zero-initialized
     LOWCODE:     load = MAIN,                          type = ro,  define = yes, optional = yes;
     ONCE:        load = MAIN,                          type = ro,                optional = yes;
     CODE:        load = MAIN,                          type = ro,  define = yes;