]> git.sur5r.net Git - cc65/blobdiff - cfg/atari-cassette.cfg
Merge pull request #575 from groessler/something_to_pull
[cc65] / cfg / atari-cassette.cfg
index 84bb5ad022bb81d2ae9f974616ba88e135487384..5e99c303e8bcff3c4648142aa66236940a36cec3 100644 (file)
@@ -21,7 +21,7 @@ SEGMENTS {
     CODE:     load = MAIN, type = ro,  define = yes;
     RODATA:   load = MAIN, type = ro,                optional = yes;
     DATA:     load = MAIN, type = rw,                optional = yes;
-    BSS:      load = MAIN, type = bss, define = yes;
+    BSS:      load = MAIN, type = bss, define = yes, optional = yes;
     INIT:     load = MAIN, type = bss,               optional = yes;
 }
 FEATURES {