mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
introduce SHADOW_RAM2
This commit is contained in:
parent
678ffbdd4d
commit
de639fdf6a
@ -71,7 +71,8 @@ SEGMENTS {
|
||||
SAVEAREA: load = SRPREPCHNK, type = bss, define = yes; # shared btw. SRPREP and RAM
|
||||
LOWDATA: load = SRPREPCHNK, type = bss, define = yes; # " " " " " " " "
|
||||
SRPREP: load = SRPREPCHNK, type = rw, define = yes;
|
||||
SHADOW_RAM: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes;
|
||||
SHADOW_RAM: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes;
|
||||
SHADOW_RAM2: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes;
|
||||
SRPREPTRL: load = SRPREPTRL, type = ro;
|
||||
|
||||
MAINHDR: load = MAINHDR, type = ro;
|
||||
|
Loading…
Reference in New Issue
Block a user