X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fm68000%2Fm68kinterface.c;fp=src%2Fm68000%2Fm68kinterface.c;h=12e57637f953cde2ffc466ace5dbb5a64b19c7a8;hb=ab4f660439ff855171f801e3fdfa3e9de69d991b;hp=6f25305092c3ef67ebceb43590c69747ba264ba6;hpb=d848a84a9c3a134b434025f28c9bf567a48bd94b;p=virtualjaguar diff --git a/src/m68000/m68kinterface.c b/src/m68000/m68kinterface.c index 6f25305..12e5763 100644 --- a/src/m68000/m68kinterface.c +++ b/src/m68000/m68kinterface.c @@ -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);