X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=m68kconf.h;h=3dfbff80e5651b3760f47c8f9768880d4febb9f7;hb=eac4c78c3e1b9c1bef48b736c79a083edd884707;hp=4122af09d347dda85eac130f99fbbc9c19759f8c;hpb=073c27df8ec054696c65f73cd2543594b6027ae5;p=pistorm diff --git a/m68kconf.h b/m68kconf.h index 4122af0..3dfbff8 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(). @@ -185,7 +185,7 @@ #define M68K_LOG_FILEHANDLE some_file_handle -#define M68K_EMULATE_PMMU OPT_ON +#define M68K_EMULATE_PMMU OPT_OFF /* ----------------------------- COMPATIBILITY ---------------------------- */