mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 06:29:41 +00:00
Don't reserve space for display list in __RESERVED_MEMORY__ since the
default display list is in ROM.
This commit is contained in:
parent
b6f712ef58
commit
d9a8ea3b6c
@ -2,7 +2,7 @@ SYMBOLS {
|
||||
__CARTSIZE__: type = weak, value = $4000; # possible values: $4000 and $8000
|
||||
__CART_ENTRY__: type = import;
|
||||
__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 {
|
||||
ZP: file = "", start = $001D, size = $00E3, define = yes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user