1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00

changed Atari ZP define to have max. ZP space available

git-svn-id: svn://svn.cc65.org/cc65/trunk@376 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2000-10-17 23:51:01 +00:00
parent 2986692f60
commit 84531f991f

View 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;"