aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/atari.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atari.cfg b/src/atari.cfg
index 38e166a..821374d 100644
--- a/src/atari.cfg
+++ b/src/atari.cfg
@@ -4,7 +4,7 @@ FEATURES {
SYMBOLS {
__EXEHDR__: type = import;
__AUTOSTART__: type = import; # force inclusion of autostart "trailer"
- __STACKSIZE__: type = weak, value = $0200;
+ __STACKSIZE__: type = weak, value = $0100;
__STARTADDRESS__: type = export, value = %S;
__RESERVED_MEMORY__: type = weak, value = $0000;
}