1.50a release?
authornotaz <notasas@gmail.com>
Tue, 15 Jul 2008 17:10:33 +0000 (17:10 +0000)
committernotaz <notasas@gmail.com>
Tue, 15 Jul 2008 17:10:33 +0000 (17:10 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@550 be3aeb3a-fb24-0410-a615-afba39da0efa

Pico/Debug.h [new file with mode: 0644]
platform/gp2x/version.h
platform/psp/version.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);
+
index d4bd447..076e6d8 100644 (file)
@@ -1,2 +1,2 @@
-#define VERSION "1.50"\r
+#define VERSION "1.50a"\r
 \r
index d4bd447..076e6d8 100644 (file)
@@ -1,2 +1,2 @@
-#define VERSION "1.50"\r
+#define VERSION "1.50a"\r
 \r