1.50a release?

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@550 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-07-15 17:10:33 +00:00
parent 5ed2a20eaa
commit 9a04536c08
3 changed files with 10 additions and 2 deletions

8
Pico/Debug.h Normal file
View file

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

View file

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

View file

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