X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fm68kconf.h;h=f2852753ff284fa05b75f1c3533e8a563b3e2b7c;hb=135a0c52a2bcbcc37192c61801de6e9c80aeebff;hp=5b750a7871376e54cb5bbe9428a8370eb5521bc5;hpb=6283b73b183c64962f95d0e3750456de48468854;p=virtualjaguar diff --git a/src/m68kconf.h b/src/m68kconf.h index 5b750a7..f285275 100644 --- a/src/m68kconf.h +++ b/src/m68kconf.h @@ -131,8 +131,8 @@ int irq_ack_handler(int); * instruction. */ void M68KInstructionHook(void); -#define M68K_INSTRUCTION_HOOK OPT_OFF -//#define M68K_INSTRUCTION_HOOK OPT_SPECIFY_HANDLER +//#define M68K_INSTRUCTION_HOOK OPT_OFF +#define M68K_INSTRUCTION_HOOK OPT_SPECIFY_HANDLER //#define M68K_INSTRUCTION_CALLBACK() your_instruction_hook_function() #define M68K_INSTRUCTION_CALLBACK() M68KInstructionHook()