1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00

Fix the atari config

git-svn-id: svn://svn.cc65.org/cc65/trunk@324 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2000-09-07 21:49:56 +00:00
parent b36de422ec
commit 5126ae8f4c

View 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 */
"}"