]> git.sesse.net Git - pistorm/commitdiff
Update m68kconf.h
authorbeeanyew <beeanyew@gmail.com>
Sat, 20 Feb 2021 07:37:42 +0000 (08:37 +0100)
committerbeeanyew <beeanyew@gmail.com>
Sat, 20 Feb 2021 07:37:42 +0000 (08:37 +0100)
m68kconf.h

index 71c42c296bc05eecb8536ad1ec860fbef08f7e80..26ee063e9b08821558e7b05097e7bee07f1d11f4 100644 (file)
@@ -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().