From 9a04536c0898f9cfe0a3a1cff739fdfd32a3d2cc Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 15 Jul 2008 17:10:33 +0000 Subject: [PATCH] 1.50a release? git-svn-id: file:///home/notaz/opt/svn/PicoDrive@550 be3aeb3a-fb24-0410-a615-afba39da0efa --- Pico/Debug.h | 8 ++++++++ platform/gp2x/version.h | 2 +- platform/psp/version.h | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 Pico/Debug.h diff --git a/Pico/Debug.h b/Pico/Debug.h new file mode 100644 index 0000000..7d715ec --- /dev/null +++ b/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); + diff --git a/platform/gp2x/version.h b/platform/gp2x/version.h index d4bd447..076e6d8 100644 --- a/platform/gp2x/version.h +++ b/platform/gp2x/version.h @@ -1,2 +1,2 @@ -#define VERSION "1.50" +#define VERSION "1.50a" diff --git a/platform/psp/version.h b/platform/psp/version.h index d4bd447..076e6d8 100644 --- a/platform/psp/version.h +++ b/platform/psp/version.h @@ -1,2 +1,2 @@ -#define VERSION "1.50" +#define VERSION "1.50a" -- 2.39.2