From: Christian Groessler Date: Thu, 3 Oct 2013 23:02:35 +0000 (+0200) Subject: Lower the default Atari start adress from $2E00 to $2000. With X-Git-Tag: V2.15~220^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1077a2876ed46a72f3d5ce4c3f2f119817bc5c9f;p=cc65 Lower the default Atari start adress from $2E00 to $2000. With the startup memory check of the "system check" load chunk this should be fine --- diff --git a/cfg/atari-overlay.cfg b/cfg/atari-overlay.cfg index dae56fce9..c58cf830a 100644 --- a/cfg/atari-overlay.cfg +++ b/cfg/atari-overlay.cfg @@ -1,5 +1,5 @@ FEATURES { - STARTADDRESS: default = $2E00; + STARTADDRESS: default = $2000; } SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack diff --git a/cfg/atari.cfg b/cfg/atari.cfg index df74b9aa9..69132cde3 100644 --- a/cfg/atari.cfg +++ b/cfg/atari.cfg @@ -1,5 +1,5 @@ FEATURES { - STARTADDRESS: default = $2E00; + STARTADDRESS: default = $2000; } SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack