X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cfg%2Fmodule.cfg;h=be312585c41f7e4ba5870c95aba3fc58a5621a46;hb=df80d071e8eeb799bd1d8ec55acd1ee92714c752;hp=452491eb48fdfe779e556d0f1b0725676a752c07;hpb=0b186407f1117529f0f6902569f9d24bc8b1b979;p=cc65 diff --git a/cfg/module.cfg b/cfg/module.cfg index 452491eb4..be312585c 100644 --- a/cfg/module.cfg +++ b/cfg/module.cfg @@ -6,7 +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; + ONCE: load = COMBINED, type = ro, optional = yes; CODE: load = COMBINED, type = ro; RODATA: load = COMBINED, type = ro; DATA: load = COMBINED, type = rw;