From: notaz Date: Tue, 15 Jul 2008 17:10:33 +0000 (+0000) Subject: 1.50a release? X-Git-Tag: v1.85~413 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a04536c0898f9cfe0a3a1cff739fdfd32a3d2cc;p=picodrive.git 1.50a release? git-svn-id: file:///home/notaz/opt/svn/PicoDrive@550 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/Pico/Debug.h b/Pico/Debug.h new file mode 100644 index 00000000..7d715ec0 --- /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 d4bd4475..076e6d8c 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 d4bd4475..076e6d8c 100644 --- a/platform/psp/version.h +++ b/platform/psp/version.h @@ -1,2 +1,2 @@ -#define VERSION "1.50" +#define VERSION "1.50a"