X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=pico%2Fdebug.h;h=d2ac82ca637db1e1eaec057843447d96e55ccb7e;hb=bdd6a009be599f5e49ac97b34ed93d0bb7af137d;hp=7d715ec018828a0f0ec215a40250f2543f8963ae;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;p=picodrive.git diff --git a/pico/debug.h b/pico/debug.h index 7d715ec0..d2ac82ca 100644 --- a/pico/debug.h +++ b/pico/debug.h @@ -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);