X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdebug.h;h=53dc6680c44aa2bab8a1b9dc6077e384de76d93b;hb=205bc4565ca1db7e2983f8fae2daa28a9a20d3cf;hp=7d715ec018828a0f0ec215a40250f2543f8963ae;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;p=picodrive.git diff --git a/pico/debug.h b/pico/debug.h index 7d715ec..53dc668 100644 --- a/pico/debug.h +++ b/pico/debug.h @@ -1,8 +1,11 @@ char *PDebugMain(void); +char *PDebug32x(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);