]> git.sur5r.net Git - cc65/blobdiff - cfg/atarixl.cfg
Adjusted current working directory initialization on Apple and Atari.
[cc65] / cfg / atarixl.cfg
index aad3ce613e692e07a45bc3965845c291df6b97f1..84992a205fd98995c69cc64cfd0754d0298af575 100644 (file)
@@ -68,6 +68,7 @@ SEGMENTS {
     CODE:        load = RAM,                           type = ro,  define = yes;
     RODATA:      load = RAM,                           type = ro;
     DATA:        load = RAM,                           type = rw;
+    INITBSS:     load = RAM,                           type = bss,               optional = yes;
     BSS:         load = RAM,                           type = bss, define = yes;
     ZEROPAGE:    load = ZP,                            type = zp;
     EXTZP:       load = ZP,                            type = zp,                optional = yes;