lowercasing filenames, part1; makefile adjustments
[picodrive.git] / Pico / cd / memory.c
similarity index 96%
rename from Pico/cd/Memory.c
rename to Pico/cd/memory.c
index 9f61975..593a4cb 100644 (file)
@@ -3,7 +3,7 @@
 // (c) Copyright 2007, Grazvydas "notaz" Ignotas\r
 \r
 \r
-#include "../PicoInt.h"\r
+#include "../pico_int.h"\r
 \r
 #include "../sound/ym2612.h"\r
 #include "../sound/sn76496.h"\r
@@ -452,7 +452,7 @@ static void OtherWrite8End(u32 a, u32 d, int realsize)
 #ifndef _ASM_CD_MEMORY_C\r
 #define _CD_MEMORY_C\r
 #undef _ASM_MEMORY_C\r
-#include "../MemoryCmn.c"\r
+#include "../memory_cmn.c"\r
 #include "cell_map.c"\r
 #endif\r
 \r