mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +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:
parent
b36de422ec
commit
5126ae8f4c
@ -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 */
|
||||
"}"
|
||||
|
Loading…
Reference in New Issue
Block a user