diff --git a/src/ld65/cfg/c128.cfg b/src/ld65/cfg/c128.cfg index 3bbffb076..f7b070f6b 100644 --- a/src/ld65/cfg/c128.cfg +++ b/src/ld65/cfg/c128.cfg @@ -3,6 +3,8 @@ MEMORY { RAM: start = $1bff, size = $a401, define = yes, file = %O; } SEGMENTS { + STARTUP: load = RAM, type = wprot; + NMI: load = RAM, type = wprot; CODE: load = RAM, type = wprot; RODATA: load = RAM, type = wprot; DATA: load = RAM, type = rw;