X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdebug.h;h=53dc6680c44aa2bab8a1b9dc6077e384de76d93b;hb=266c6afa84bde8d77a54d61ced8f227480247e24;hp=be819ee4eda95c0155c0f28bbadf7a4e29e55006;hpb=7b3f44c6b677a60b63b092f825a2b6c58166b70c;p=picodrive.git diff --git a/pico/debug.h b/pico/debug.h index be819ee..53dc668 100644 --- a/pico/debug.h +++ b/pico/debug.h @@ -1,9 +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);