mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-08 12:15:31 +02:00
1.50a release?
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@550 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
8
Pico/Debug.h
Normal file
8
Pico/Debug.h
Normal 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);
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#define VERSION "1.50"
|
||||
#define VERSION "1.50a"
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#define VERSION "1.50"
|
||||
#define VERSION "1.50a"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user