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