Don't reserve space for display list in __RESERVED_MEMORY__ since the
default display list is in ROM.
This commit is contained in:
@@ -2,7 +2,7 @@ SYMBOLS {
|
|||||||
__CARTSIZE__: type = weak, value = $4000; # possible values: $4000 and $8000
|
__CARTSIZE__: type = weak, value = $4000; # possible values: $4000 and $8000
|
||||||
__CART_ENTRY__: type = import;
|
__CART_ENTRY__: type = import;
|
||||||
__STACKSIZE__: type = weak, value = $0400; # 4 pages stack
|
__STACKSIZE__: type = weak, value = $0400; # 4 pages stack
|
||||||
__RESERVED_MEMORY__: type = export, value = $0200; # space for display list and 20x24 screen buffer
|
__RESERVED_MEMORY__: type = export, value = $01E0; # space for 20x24 screen buffer (default display list is in ROM)
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: file = "", start = $001D, size = $00E3, define = yes;
|
ZP: file = "", start = $001D, size = $00E3, define = yes;
|
||||||
|
|||||||
Reference in New Issue
Block a user