]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/m68000/m68kinterface.c
More compliance fixes, artwork changes, build system changes.
[virtualjaguar] / src / m68000 / m68kinterface.c
index 6f25305092c3ef67ebceb43590c69747ba264ba6..12e57637f953cde2ffc466ace5dbb5a64b19c7a8 100644 (file)
@@ -45,7 +45,7 @@ extern const struct cputbl op_smalltbl_4_ff[];        /* 68000 */
 extern const struct cputbl op_smalltbl_5_ff[]; /* 68000 slow but compatible.  */
 
 // Externs, supplied by the user...
-extern int irq_ack_handler(int);
+//extern int irq_ack_handler(int);
 
 // Function prototypes...
 STATIC_INLINE void m68ki_check_interrupts(void);