]> git.sur5r.net Git - cc65/blobdiff - cfg/module.cfg
Made EXTZP segment option for modules.
[cc65] / cfg / module.cfg
index edc87fb175d2cd2f928eb9c0e59f0628e15e43a5..349197eb09fa64ab7a6fe35094a579a26c8c9bef 100644 (file)
@@ -10,7 +10,7 @@ SEGMENTS {
     DATA:      load = COMBINED, type = rw,  define = yes;
     BSS:       load = COMBINED, type = bss, define = yes;
     ZEROPAGE:  load = ZP,       type = zp;
-    EXTZP:     load = ZP,       type = zp;
+    EXTZP:     load = ZP,       type = zp,  optional = yes;
 }
 FILES {
     %O: format = o65;