adapted CfgAtari for maximum memory
git-svn-id: svn://svn.cc65.org/cc65/trunk@131 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
158714acf9
commit
ac3ebc0989
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ static const char CfgNone [] =
|
|||
static const char CfgAtari [] =
|
||||
"MEMORY {"
|
||||
"HEADER: start = $0000, size = $6, file = %O;"
|
||||
"RAM: start = $1F00, size = $6100, file = %O;"
|
||||
"RAM: start = $1F00, size = $9D1F, file = %O;" /* 9D1F: matches upper bound BC1F */
|
||||
"}"
|
||||
"SEGMENTS {"
|
||||
"EXEHDR: load = HEADER, type = wprot;"
|
||||
|
|
Loading…
Add table
Reference in a new issue