]> git.sur5r.net Git - cc65/commitdiff
Lower the default Atari start adress from $2E00 to $2000. With 50/head
authorChristian Groessler <chris@groessler.org>
Thu, 3 Oct 2013 23:02:35 +0000 (01:02 +0200)
committerChristian Groessler <chris@groessler.org>
Thu, 3 Oct 2013 23:04:06 +0000 (01:04 +0200)
the startup memory check of the "system check" load chunk this
should be fine

cfg/atari-overlay.cfg
cfg/atari.cfg

index dae56fce959570e402f7bf1d401432758bd7a7f8..c58cf830a1b527de714fbab8aa0a7fdd90ccf980 100644 (file)
@@ -1,5 +1,5 @@
 FEATURES {
-    STARTADDRESS: default = $2E00;
+    STARTADDRESS: default = $2000;
 }
 SYMBOLS {
     __STACKSIZE__:       type = weak, value = $0800; # 2k stack
index df74b9aa9c7bbb772edf214a32ecc705f8745dbd..69132cde3a695f504ba9be7bd5773491f918a878 100644 (file)
@@ -1,5 +1,5 @@
 FEATURES {
-    STARTADDRESS: default = $2E00;
+    STARTADDRESS: default = $2000;
 }
 SYMBOLS {
     __STACKSIZE__:       type = weak, value = $0800; # 2k stack