mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-03 02:09:12 +01:00
1.50a release?
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@550 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5ed2a20eaa
commit
9a04536c08
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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user