32x: some accuracy improvements
[picodrive.git] / pico / debug.h
CommitLineData
9a04536c 1
2char *PDebugMain(void);
266c6afa 3char *PDebug32x(void);
9a04536c 4char *PDebugSpriteList(void);
5void PDebugShowSpriteStats(unsigned short *screen, int stride);
6void PDebugShowPalette(unsigned short *screen, int stride);
7void PDebugShowSprite(unsigned short *screen, int stride, int which);
8void PDebugDumpMem(void);
7b3f44c6 9void PDebugZ80Frame(void);
87b0845f 10void PDebugCPUStep(void);
9a04536c 11