X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=m68kconf.h;h=c0f245bedefb971d48f7f64b1cc9c01d2112705a;hb=d06400230faba867eed3e18c8f16742a4403964f;hp=0e3557587baed975b13d56dd2c10fe55d1dc2d92;hpb=b4f8819a4c05358bb4da950b1995941024691898;p=pistorm diff --git a/m68kconf.h b/m68kconf.h index 0e35575..c0f245b 100644 --- a/m68kconf.h +++ b/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_OFF +#define M68K_SEPARATE_READS OPT_ON /* 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(). @@ -89,7 +89,7 @@ * If off, all interrupts will be autovectored and all interrupt requests will * auto-clear when the interrupt is serviced. */ -#define M68K_EMULATE_INT_ACK OPT_SPECIFY_HANDLER +#define M68K_EMULATE_INT_ACK OPT_OFF #define M68K_INT_ACK_CALLBACK(...) 0xFFFFFFFF @@ -185,7 +185,7 @@ #define M68K_LOG_FILEHANDLE some_file_handle -#define M68K_EMULATE_PMMU OPT_ON +#define M68K_EMULATE_PMMU OPT_OFF /* ----------------------------- COMPATIBILITY ---------------------------- */ @@ -220,6 +220,6 @@ /* ======================================================================== */ /* ============================== END OF FILE ============================= */ -/* =======================================x================================= */ +/* ======================================================================== */ #endif /* M68KCONF__HEADER */