From: Christian Groessler Date: Fri, 21 Feb 2014 22:34:05 +0000 (+0100) Subject: Increase the default start address a bit in case BASIC is started X-Git-Tag: V2.15~141^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b58a20b8c414527af035ec37c32fc38621d8c2b;p=cc65 Increase the default start address a bit in case BASIC is started ('OPTION' not pressed at power on). It would otherwise overwrite parts at the beginning. --- diff --git a/cfg/atari-cassette.cfg b/cfg/atari-cassette.cfg index 1099bf91c..2116aecd0 100644 --- a/cfg/atari-cassette.cfg +++ b/cfg/atari-cassette.cfg @@ -1,5 +1,5 @@ FEATURES { - STARTADDRESS: default = $0700; + STARTADDRESS: default = $0900; } SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack