Fixed and improved some pce comments.
This commit is contained in:
committed by
Oliver Schmidt
parent
2cc822b44e
commit
959eff34a3
@@ -4,9 +4,9 @@ SYMBOLS {
|
||||
__STACKSIZE__: type = weak, value = $0300; # 3 pages stack
|
||||
}
|
||||
MEMORY {
|
||||
ZP: file = "", start = $0000, size = $0100, define = yes;
|
||||
ZP: file = "", start = $0000, define = yes, size = $0100;
|
||||
# RAM bank
|
||||
MAIN: file = "", start = $2200, size = $1E00 - __STACKSIZE__, define = yes;
|
||||
MAIN: file = "", start = $2200, define = yes, size = $1E00 - __STACKSIZE__;
|
||||
# ROM banks, before swapping, and after mapping
|
||||
ROM: file = %O, start = $10000 - __CARTSIZE__, size = __CARTSIZE__, fill = yes, fillval = $FF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user