more sms wip, better ROM detect, line callback change
[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 void PDebugZ80Frame(void);
9 void PDebugCPUStep(void);
10