]> git.sur5r.net Git - cc65/blobdiff - cfg/c64.cfg
Reduced the size of the moveinit subroutine.
[cc65] / cfg / c64.cfg
index 861e19faf78cd846fbf82454ebd5faf5ce8133b4..e4e275f2ed1a38b81388d40aebae95c779264a79 100644 (file)
@@ -25,7 +25,7 @@ SEGMENTS {
     DATA:     load = RAM,             type = rw;
     ZPSAVE:   load = RAM,             type = bss, define = yes;
     BSS:      load = RAM,             type = bss, define = yes;
-    INIT:     load = MOVE, run = RAM, type = ro,  define = yes, optional = yes;
+    INIT:     load = MOVE, run = RAM, type = ro,  define = yes;
 }
 FEATURES {
     CONDES: type    = constructor,