Commit | Line | Data |
---|---|---|
9a04536c | 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); | |
7b3f44c6 | 8 | void PDebugZ80Frame(void); |
9a04536c | 9 |