]> git.sur5r.net Git - cc65/commitdiff
Fix the atari config
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 7 Sep 2000 21:49:56 +0000 (21:49 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 7 Sep 2000 21:49:56 +0000 (21:49 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@324 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/tgtcfg.c

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