]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/pet.cfg
Moved the data that keeps a copy of the used zero page locations in its own
[cc65] / src / ld65 / cfg / pet.cfg
index 45727dcbaec20fc94ee5f39b551f781d25d2c626..2c4ab0b4d136b6895f96889fe57bcdb0379a12b7 100644 (file)
@@ -9,6 +9,7 @@ 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;
     HEAP:     load = RAM, type = bss, optional = yes; # must sit just below stack
     ZEROPAGE: load = ZP,  type = zp;