lowercasing filenames, part1; makefile adjustments
[picodrive.git] / Pico / draw.c
similarity index 96%
rename from Pico/Draw.c
rename to Pico/draw.c
index 15d0992..551b3d6 100644 (file)
@@ -18,7 +18,7 @@
  * AS is enabled by user and takes priority over "sonic mode".\r
  */\r
 \r
-#include "PicoInt.h"\r
+#include "pico_int.h"\r
 \r
 int (*PicoScanBegin)(unsigned int num) = NULL;\r
 int (*PicoScanEnd)  (unsigned int num) = NULL;\r