Changed the size of available RAM so that the last used address is $7FFF.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4630 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
38b0dbde84
commit
15f95d7623
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
MEMORY {
|
||||
ZP: start = $0055, size = $001A, type = rw, define = yes;
|
||||
HEADER: start = $03FF, size = $000E, file = %O;
|
||||
RAM: start = $040D, size = $7BF1, file = %O;
|
||||
RAM: start = $040D, size = $7BF3, file = %O;
|
||||
}
|
||||
SEGMENTS {
|
||||
EXEHDR: load = HEADER, type = ro;
|
||||
|
|
Loading…
Add table
Reference in a new issue