]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/atmos.cfg
Fix tape header output. Add version info in the header. By Stefan Haubenthal.
[cc65] / src / ld65 / cfg / atmos.cfg
index b0aa899f3e36f3e57468df618f034cf45e9ad4c8..2bfb691b0b81779e5f04b9fe0f9707b0ffb4ccdd 100644 (file)
@@ -3,7 +3,7 @@ SYMBOLS {
 }
 MEMORY {
     ZP:      file = "", define = yes, start = $00E2, size = $001A;
-    TAPEHDR: file = %O, type   = ro,  start = $0000, size = $000E;
+    TAPEHDR: file = %O, type   = ro,  start = $0000, size = $0011;
     RAM:     file = %O, define = yes, start = $0500, size = $9300 - __STACKSIZE__;
 }
 SEGMENTS {
@@ -14,8 +14,8 @@ SEGMENTS {
     CODE:     load = RAM,     type = ro;
     RODATA:   load = RAM,     type = ro;
     DATA:     load = RAM,     type = rw;
-    ZPSAVE:   load = RAM,     type = bss;
     BSS:      load = RAM,     type = bss, define = yes;
+    ZPSAVE:   load = RAM,     type = bss;
     ZEROPAGE: load = ZP,      type = zp;
 }
 FEATURES {