linux compile fixed
[picodrive.git] / Pico / cd / Memory.c
index 71ec377..a6267fe 100644 (file)
@@ -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