mirror of
https://github.com/cc65/cc65.git
synced 2025-02-25 01:29:04 +00:00
Reintroduced optional INIT segment for (weird) NES TGI driver.
This commit is contained in:
parent
d6c3bd29ac
commit
9056e41f7f
@ -6,6 +6,7 @@ SEGMENTS {
|
||||
ZEROPAGE: load = ZP, type = zp;
|
||||
EXTZP: load = ZP, type = zp, optional = yes;
|
||||
HEADER: load = COMBINED, type = ro;
|
||||
INIT: load = COMBINED, type = ro, optional = yes;
|
||||
CODE: load = COMBINED, type = ro;
|
||||
RODATA: load = COMBINED, type = ro;
|
||||
DATA: load = COMBINED, type = rw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user