mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2025-12-12 15:48:51 +01:00
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@762 be3aeb3a-fb24-0410-a615-afba39da0efa
11 lines
329 B
C
11 lines
329 B
C
|
|
char *PDebugMain(void);
|
|
char *PDebugSpriteList(void);
|
|
void PDebugShowSpriteStats(unsigned short *screen, int stride);
|
|
void PDebugShowPalette(unsigned short *screen, int stride);
|
|
void PDebugShowSprite(unsigned short *screen, int stride, int which);
|
|
void PDebugDumpMem(void);
|
|
void PDebugZ80Frame(void);
|
|
void PDebugCPUStep(void);
|
|
|