1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

introduce SHADOW_RAM2

This commit is contained in:
Christian Groessler 2013-09-18 00:17:45 +02:00
parent f679c9703c
commit 3df94fba92

View File

@ -58,6 +58,7 @@ SEGMENTS {
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_RAM2: load = SRPREPCHNK, run = HIDDEN_RAM, type = rw, define = yes, optional = yes;
SRPREPTRL: load = SRPREPTRL, type = ro;
MAINHDR: load = MAINHDR, type = ro;