lowercasing filenames, part1; makefile adjustments
[picodrive.git] / Pico / memory.c
similarity index 96%
rename from Pico/Memory.c
rename to Pico/memory.c
index 8975fa2..074af24 100644 (file)
@@ -7,7 +7,7 @@
 // For commercial use, separate licencing terms must be obtained.\r
 \r
 \r
-#include "PicoInt.h"\r
+#include "pico_int.h"\r
 \r
 #include "sound/ym2612.h"\r
 #include "sound/sn76496.h"\r
@@ -317,7 +317,7 @@ static void OtherWrite8End(u32 a,u32 d,int realsize)
     Pico.m.prot_bytes[(a>>2)&1] = (u8)d;\r
 }\r
 \r
-#include "MemoryCmn.c"\r
+#include "memory_cmn.c"\r
 \r
 \r
 // -----------------------------------------------------------------\r