From: Christian Groessler Date: Fri, 13 Sep 2013 14:00:56 +0000 (+0200) Subject: Remove obsolete ZPSAVE segment. X-Git-Tag: V2.15~227^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F41%2Fhead;p=cc65 Remove obsolete ZPSAVE segment. --- diff --git a/cfg/atari-overlay.cfg b/cfg/atari-overlay.cfg index 02becd29b..6ccb5f602 100644 --- a/cfg/atari-overlay.cfg +++ b/cfg/atari-overlay.cfg @@ -29,7 +29,6 @@ SEGMENTS { CODE: load = RAM, type = ro, define = yes; RODATA: load = RAM, type = ro; DATA: load = RAM, type = rw; - ZPSAVE: load = RAM, type = bss, define = yes; BSS: load = RAM, type = bss, define = yes; ZEROPAGE: load = ZP, type = zp; EXTZP: load = ZP, type = zp, optional = yes;