]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/apple2.cfg
Have the callirq module export __CALLIRQ__ and changed all config files so
[cc65] / src / ld65 / cfg / apple2.cfg
index 5ebe8d31d94a5c7f2772e055514ed2c618365f7b..656e97e451ce813751aa04271f776d75e4c2d2e1 100644 (file)
@@ -45,5 +45,6 @@ FEATURES {
     CONDES: segment = RODATA,
             type    = interruptor,
             label   = __INTERRUPTOR_TABLE__,
-            count   = __INTERRUPTOR_COUNT__;
+            count   = __INTERRUPTOR_COUNT__,
+            import  = __CALLIRQ__;
 }