mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
introduce SHADOW_RAM2
This commit is contained in:
parent
678ffbdd4d
commit
de639fdf6a
@ -72,6 +72,7 @@ SEGMENTS {
|
|||||||
LOWDATA: load = SRPREPCHNK, type = bss, define = yes; # " " " " " " " "
|
LOWDATA: load = SRPREPCHNK, type = bss, define = yes; # " " " " " " " "
|
||||||
SRPREP: load = SRPREPCHNK, type = rw, 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;
|
SRPREPTRL: load = SRPREPTRL, type = ro;
|
||||||
|
|
||||||
MAINHDR: load = MAINHDR, type = ro;
|
MAINHDR: load = MAINHDR, type = ro;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user