32x: add base of SH2 emu from MAME
[picodrive.git] / pico / debug.h
index 7d715ec..d2ac82c 100644 (file)
@@ -5,4 +5,6 @@ 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);