cso support
[picodrive.git] / Pico / cd / Memory.c
index 1910825..0be0a42 100644 (file)
@@ -450,7 +450,7 @@ static void OtherWrite8End(u32 a, u32 d, int realsize)
 #ifdef _ASM_CD_MEMORY_C\r
 u32 PicoReadM68k8(u32 a);\r
 #else\r
-static u32 PicoReadM68k8(u32 a)\r
+u32 PicoReadM68k8(u32 a)\r
 {\r
   u32 d=0;\r
 \r
@@ -723,7 +723,7 @@ static u32 PicoReadM68k32(u32 a)
 #ifdef _ASM_CD_MEMORY_C\r
 void PicoWriteM68k8(u32 a,u8 d);\r
 #else\r
-static void PicoWriteM68k8(u32 a,u8 d)\r
+void PicoWriteM68k8(u32 a,u8 d)\r
 {\r
 #ifdef __debug_io\r
   dprintf("w8 : %06x,   %02x @%06x", a&0xffffff, d, SekPc);\r