From: Stefan Date: Sat, 16 Dec 2017 01:36:31 +0000 (+0100) Subject: Update c16.cfg X-Git-Tag: V2.17~57^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F553%2Fhead;p=cc65 Update c16.cfg --- diff --git a/cfg/c16.cfg b/cfg/c16.cfg index 9f54730af..8016c6d0f 100644 --- a/cfg/c16.cfg +++ b/cfg/c16.cfg @@ -7,7 +7,7 @@ MEMORY { ZP: file = "", define = yes, start = $0002, size = $001A; LOADADDR: file = %O, start = $0FFF, size = $0002; HEADER: file = %O, start = $1001, size = $000C; - MAIN: file = %O, start = $100D, size = $3FF3 - __STACKSIZE__; + MAIN: file = %O, start = $100D, size = $2FF3 - __STACKSIZE__; } SEGMENTS { ZEROPAGE: load = ZP, type = zp;