lowercasing filenames, part3
[picodrive.git] / pico / debug.h
1
2 char *PDebugMain(void);
3 char *PDebugSpriteList(void);
4 void PDebugShowSpriteStats(unsigned short *screen, int stride);
5 void PDebugShowPalette(unsigned short *screen, int stride);
6 void PDebugShowSprite(unsigned short *screen, int stride, int which);
7 void PDebugDumpMem(void);
8