From: cuz Date: Thu, 25 Oct 2001 18:52:38 +0000 (+0000) Subject: Changed cfg to account for the NMI handler in connection with the C128 banking. X-Git-Tag: V2.12.0~2517 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99ddd22dc8d328bd314f527d4e778067337aabf9;p=cc65 Changed cfg to account for the NMI handler in connection with the C128 banking. git-svn-id: svn://svn.cc65.org/cc65/trunk@1084 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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;