X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fmusashi%2Fm68kconf.h;h=e2bddaf9be9e2256fbe73f7bc56ae945cd00b6df;hb=6a5b1b362ecf78ce2925068a5d938d319ff583a3;hp=53e940fd22c65159ed243462b39e89192454bcc5;hpb=c6a4c892866387e150ffcaa3af8b8c18d9ec6d58;p=picodrive.git diff --git a/cpu/musashi/m68kconf.h b/cpu/musashi/m68kconf.h index 53e940f..e2bddaf 100644 --- a/cpu/musashi/m68kconf.h +++ b/cpu/musashi/m68kconf.h @@ -75,7 +75,7 @@ * and m68k_read_pcrelative_xx() for PC-relative addressing. * If off, all read requests from the CPU will be redirected to m68k_read_xx() */ -#define M68K_SEPARATE_READS OPT_ON +#define M68K_SEPARATE_READS OPT_OFF /* If ON, the CPU will call m68k_write_32_pd() when it executes move.l with a * predecrement destination EA mode instead of m68k_write_32(). @@ -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 */