X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2FMemory.c;h=71ec377be0ce7ce70b670fe31ed007ed535e1a3e;hb=eff55556cff77fd64cff4be32e449e0a58aed6fe;hp=e0b5d08e74c94cd7b09ab1d4ddd0e4ee4c0309f5;hpb=a4f0cc8647c019f149541df380a2d30e14aeb75c;p=picodrive.git diff --git a/Pico/cd/Memory.c b/Pico/cd/Memory.c index e0b5d08..71ec377 100644 --- a/Pico/cd/Memory.c +++ b/Pico/cd/Memory.c @@ -8,16 +8,18 @@ #include "../PicoInt.h" -#include "../sound/sound.h" #include "../sound/ym2612.h" #include "../sound/sn76496.h" #include "gfx_cd.h" #include "pcm.h" +#ifndef UTYPES_DEFINED typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; +#define UTYPES_DEFINED +#endif //#define __debug_io //#define __debug_io2 @@ -1454,7 +1456,7 @@ static u32 PicoCheckPcS68k(u32 pc) #endif -void PicoMemSetupCD() +PICO_INTERNAL void PicoMemSetupCD(void) { dprintf("PicoMemSetupCD()"); #ifdef EMU_C68K