]> git.sur5r.net Git - cc65/commitdiff
changed Atari ZP define to have max. ZP space available
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 17 Oct 2000 23:51:01 +0000 (23:51 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 17 Oct 2000 23:51:01 +0000 (23:51 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@376 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/tgtcfg.c

index 9ae901c6ebe9620d185e505e87b8670aab6c93e8..839f5fc4058261609ba49adaaa0ee5a5f27f247d 100644 (file)
@@ -57,9 +57,9 @@ static const char CfgNone [] =
 
 static const char CfgAtari [] =
     "MEMORY {"
-               "ZP: start = $D2, size = $1C, type = rw;"
+               "ZP: start = $82, size = $7E, type = rw;"
         "HEADER: start = $0000, size = $6, file = %O;"
-        "RAM: start = $1F00, size = $9D1F, file = %O;"   /* 9D1F: matches upper bound BC1F */
+        "RAM: start = $1F00, size = $9D1F, file = %O;"  /* 9D1F: matches upper bound BC1F */
     "}"
     "SEGMENTS {"
         "EXEHDR: load = HEADER, type = wprot;"