aboutsummaryrefslogtreecommitdiff
path: root/src/atari.cfg
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-02 03:26:47 -0500
committerB. Watson <urchlay@slackware.uk>2026-03-02 03:26:47 -0500
commiteb932c7c313b5461ffaee0fd6ed0db1e9f5ca32b (patch)
tree1357027992f6cb148ace39edde21687a93418460 /src/atari.cfg
parent4c28ddf7f0d33451b88e6061308a620f6701f145 (diff)
downloadfujinet-chat-eb932c7c313b5461ffaee0fd6ed0db1e9f5ca32b.tar.gz
Go back to loading at $2000, make stack 1 page, protocol decoding WIP.
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;
}