X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdebug.h;h=d2ac82ca637db1e1eaec057843447d96e55ccb7e;hb=87b0845f3733166b491ae236feb8bc2eb0fca2ec;hp=be819ee4eda95c0155c0f28bbadf7a4e29e55006;hpb=200772b7904a4851c1beff5ea90b233274639ef4;p=picodrive.git diff --git a/pico/debug.h b/pico/debug.h index be819ee..d2ac82c 100644 --- a/pico/debug.h +++ b/pico/debug.h @@ -6,4 +6,5 @@ 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);