mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +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:
parent
2986692f60
commit
84531f991f
@ -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;"
|
||||
|
Loading…
x
Reference in New Issue
Block a user