code region dump added for Musashi
[picodrive.git] / cpu / musashi / m68kconf.h
index 0079871..730cf98 100644 (file)
  * instruction.\r
  */\r
 #define M68K_INSTRUCTION_HOOK       OPT_OFF\r
-#define M68K_INSTRUCTION_CALLBACK() your_instruction_hook_function()\r
+//#define M68K_INSTRUCTION_HOOK       OPT_SPECIFY_HANDLER\r
+#define M68K_INSTRUCTION_CALLBACK() instruction_hook()\r
 \r
 \r
 /* If ON, the CPU will emulate the 4-byte prefetch queue of a real 68000 */\r