mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Correct grab default value
This commit is contained in:
parent
af7b271f55
commit
a22b10e72b
@ -1,7 +1,7 @@
|
|||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__ORIXHDR__: type = import;
|
__ORIXHDR__: type = import;
|
||||||
__STACKSIZE__: type = weak, value = $0800; # 2K stack
|
__STACKSIZE__: type = weak, value = $0800; # 2K stack
|
||||||
__GRAB__: type = weak, value = 1; # 0=don't grab graphics RAM, 1=grab graphics RAM
|
__GRAB__: type = weak, value = 0; # 0=don't grab graphics RAM, 1=grab graphics RAM
|
||||||
__RAMEND__: type = weak, value = $9800 + $1C00 * __GRAB__;
|
__RAMEND__: type = weak, value = $9800 + $1C00 * __GRAB__;
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user