Browse Source

1.50a release?

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@550 be3aeb3a-fb24-0410-a615-afba39da0efa
notaz 16 years ago
parent
commit
9a04536c08
3 changed files with 10 additions and 2 deletions
  1. 8 0
      Pico/Debug.h
  2. 1 1
      platform/gp2x/version.h
  3. 1 1
      platform/psp/version.h

+ 8 - 0
Pico/Debug.h

@@ -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);
+

+ 1 - 1
platform/gp2x/version.h

@@ -1,2 +1,2 @@
-#define VERSION "1.50"
+#define VERSION "1.50a"
 

+ 1 - 1
platform/psp/version.h

@@ -1,2 +1,2 @@
-#define VERSION "1.50"
+#define VERSION "1.50a"