32x: mode2 draw, debug, poll detection
[picodrive.git] / pico / debug.h
1
2 char *PDebugMain(void);
3 char *PDebug32x(void);
4 char *PDebugSpriteList(void);
5 void PDebugShowSpriteStats(unsigned short *screen, int stride);
6 void PDebugShowPalette(unsigned short *screen, int stride);
7 void PDebugShowSprite(unsigned short *screen, int stride, int which);
8 void PDebugDumpMem(void);
9 void PDebugZ80Frame(void);
10 void PDebugCPUStep(void);
11