X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fmusashi%2Fm68kconf.h;h=730cf9812a7516ca4b9a73571439dcba7f4b6dbf;hb=c299a73848342a745422a2e1980ed7fcf7960f26;hp=53e940fd22c65159ed243462b39e89192454bcc5;hpb=c6a4c892866387e150ffcaa3af8b8c18d9ec6d58;p=picodrive.git diff --git a/cpu/musashi/m68kconf.h b/cpu/musashi/m68kconf.h index 53e940f..730cf98 100644 --- a/cpu/musashi/m68kconf.h +++ b/cpu/musashi/m68kconf.h @@ -102,7 +102,7 @@ /* If ON, the CPU will monitor the trace flags and take trace exceptions */ -#define M68K_EMULATE_TRACE OPT_OFF +#define M68K_EMULATE_TRACE OPT_ON /* If ON, CPU will call the output reset callback when it encounters a reset @@ -155,7 +155,8 @@ * instruction. */ #define M68K_INSTRUCTION_HOOK OPT_OFF -#define M68K_INSTRUCTION_CALLBACK() your_instruction_hook_function() +//#define M68K_INSTRUCTION_HOOK OPT_SPECIFY_HANDLER +#define M68K_INSTRUCTION_CALLBACK() instruction_hook() /* If ON, the CPU will emulate the 4-byte prefetch queue of a real 68000 */