X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=m68kconf.h;h=a18195a26cd8f3953bb60d155ac7543cde293d52;hb=ac56b5da727c55eca5640fbe545670be5e479cda;hp=bcfcb1353a3e90a7a2eb82425ac5d105194f0eeb;hpb=60acb37185f21046cd798729e0cccf92dbe796c0;p=pistorm diff --git a/m68kconf.h b/m68kconf.h index bcfcb13..a18195a 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_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(). @@ -166,7 +166,7 @@ /* If ON, the CPU will emulate the 4-byte prefetch queue of a real 68000 */ -#define M68K_EMULATE_PREFETCH OPT_OFF +#define M68K_EMULATE_PREFETCH OPT_ON /* If ON, the CPU will generate address error exceptions if it tries to @@ -201,7 +201,7 @@ #define M68K_USE_64_BIT OPT_ON -#include "main.h" +#include "emulator.h" //#define m68k_read_memory_8(A) read16(A)