]> git.sur5r.net Git - cc65/blobdiff - cfg/atari.cfg
Merge pull request #575 from groessler/something_to_pull
[cc65] / cfg / atari.cfg
index 959a07e4c8e24d1643cd9b2ef05b80c5a4b8798f..4680a89edb0537cefb773d053171f75a1d43ae5e 100644 (file)
@@ -39,7 +39,7 @@ SEGMENTS {
     CODE:      load = MAIN,       type = ro,  define = yes;
     RODATA:    load = MAIN,       type = ro;
     DATA:      load = MAIN,       type = rw;
-    INIT:      load = MAIN,       type = bss,               optional = yes;
+    INIT:      load = MAIN,       type = rw,                optional = yes;
     BSS:       load = MAIN,       type = bss, define = yes;
     AUTOSTRT:  load = TRAILER,    type = ro;
 }