lowercasing filenames, part3
[picodrive.git] / pico / debug.h
diff --git a/pico/debug.h b/pico/debug.h
new file mode 100644 (file)
index 0000000..7d715ec
--- /dev/null
@@ -0,0 +1,8 @@
+
+char *PDebugMain(void);
+char *PDebugSpriteList(void);
+void PDebugShowSpriteStats(unsigned short *screen, int stride);
+void PDebugShowPalette(unsigned short *screen, int stride);
+void PDebugShowSprite(unsigned short *screen, int stride, int which);
+void PDebugDumpMem(void);
+