X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fm68kconf.h;h=4d161213b2b64aaa55364aff36324fdc76c0893b;hb=2d556a3eb52664e928014a72ad18edc13281de7e;hp=4bfe955990bc4e26bdd1524462216b369a90b01d;hpb=22e4f2eeba52ba2a1f2808e82147dc57a9e4e44f;p=virtualjaguar diff --git a/src/m68kconf.h b/src/m68kconf.h index 4bfe955..4d16121 100644 --- a/src/m68kconf.h +++ b/src/m68kconf.h @@ -120,10 +120,14 @@ int irq_ack_handler(int); /* If on, CPU will call the instruction hook callback before every * instruction. */ +#if 0 void M68KInstructionHook(void); #define M68K_INSTRUCTION_HOOK OPT_SPECIFY_HANDLER #define M68K_INSTRUCTION_CALLBACK() M68KInstructionHook() - +#else +#define M68K_INSTRUCTION_HOOK OPT_OFF +#define M68K_INSTRUCTION_CALLBACK() M68KInstructionHook() +#endif /* If on, the CPU will emulate the 4-byte prefetch queue of a real 68000 */ #define M68K_EMULATE_PREFETCH OPT_OFF