fast mode timing changed (again...)
[picodrive.git] / Pico / cd / Memory.c
index 71ec377..92c6060 100644 (file)
@@ -407,7 +407,7 @@ static void OtherWrite8End(u32 a, u32 d, int realsize)
   dprintf("m68k FIXME: strange w%i: [%06x], %08x @%06x", realsize, a&0xffffff, d, SekPc);\r
 }\r
 \r
-\r
+#define _CD_MEMORY_C\r
 #undef _ASM_MEMORY_C\r
 #include "../MemoryCmn.c"\r
 #include "cell_map.c"\r
@@ -643,7 +643,7 @@ static void PicoWriteM68k8(u32 a,u8 d)
     return;\r
   }\r
 \r
-  OtherWrite8(a,d,8);\r
+  OtherWrite8(a,d);\r
 }\r
 #endif\r
 \r