X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fmemory.c;fp=Pico%2Fcd%2FMemory.c;h=593a4cb271f3e81282e7475b1de19bd384a66411;hb=efcba75f8a730340df6c1b679a207723f98d1ee6;hp=9f619754ffd2a2e65ea6bf336e49977160b4c7fb;hpb=6a13ef3f56a80ac698d463f5d00235ea2a090f52;p=picodrive.git diff --git a/Pico/cd/Memory.c b/Pico/cd/memory.c similarity index 96% rename from Pico/cd/Memory.c rename to Pico/cd/memory.c index 9f61975..593a4cb 100644 --- a/Pico/cd/Memory.c +++ b/Pico/cd/memory.c @@ -3,7 +3,7 @@ // (c) Copyright 2007, Grazvydas "notaz" Ignotas -#include "../PicoInt.h" +#include "../pico_int.h" #include "../sound/ym2612.h" #include "../sound/sn76496.h" @@ -452,7 +452,7 @@ static void OtherWrite8End(u32 a, u32 d, int realsize) #ifndef _ASM_CD_MEMORY_C #define _CD_MEMORY_C #undef _ASM_MEMORY_C -#include "../MemoryCmn.c" +#include "../memory_cmn.c" #include "cell_map.c" #endif