Fix the atari config
git-svn-id: svn://svn.cc65.org/cc65/trunk@324 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b36de422ec
commit
5126ae8f4c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ static const char CfgNone [] =
|
||||||
|
|
||||||
static const char CfgAtari [] =
|
static const char CfgAtari [] =
|
||||||
"MEMORY {"
|
"MEMORY {"
|
||||||
"ZP: start = $D2, size = $1A, type = rw;"
|
"ZP: start = $D2, size = $1C, type = rw;"
|
||||||
"HEADER: start = $0000, size = $6, file = %O;"
|
"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 */
|
||||||
"}"
|
"}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue