From 4b58a20b8c414527af035ec37c32fc38621d8c2b Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Fri, 21 Feb 2014 23:34:05 +0100 Subject: [PATCH] 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. --- cfg/atari-cassette.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5