aboutsummaryrefslogtreecommitdiff
path: root/src/atari.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/atari.cfg')
-rw-r--r--src/atari.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atari.cfg b/src/atari.cfg
index 97b265e..38e166a 100644
--- a/src/atari.cfg
+++ b/src/atari.cfg
@@ -1,10 +1,10 @@
FEATURES {
- STARTADDRESS: default = $0700;
+ STARTADDRESS: default = $2000;
}
SYMBOLS {
__EXEHDR__: type = import;
__AUTOSTART__: type = import; # force inclusion of autostart "trailer"
- __STACKSIZE__: type = weak, value = $0800; # 2k stack
+ __STACKSIZE__: type = weak, value = $0200;
__STARTADDRESS__: type = export, value = %S;
__RESERVED_MEMORY__: type = weak, value = $0000;
}