mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
By default, we get the memory reserved for hires mode
This commit is contained in:
parent
6a18ad5fbf
commit
5585396532
@ -1,7 +1,8 @@
|
||||
SYMBOLS {
|
||||
__ORIXHDR__: type = import;
|
||||
__STACKSIZE__: type = weak, value = $0800; # 2K stack
|
||||
__RAMEND__: type = weak, value = $9800;
|
||||
__GRAB__: type = weak, value = 1; # 0=don't grab graphics RAM, 1=grab graphics RAM
|
||||
__RAMEND__: type = weak, value = $9800 + $1C00 * __GRAB__;
|
||||
}
|
||||
MEMORY {
|
||||
ZP: file = "", define = yes, start = $00B0, size = $003A;
|
||||
|
Loading…
Reference in New Issue
Block a user