X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=pico%2Fdebug.h;h=d2ac82ca637db1e1eaec057843447d96e55ccb7e;hb=0ace9b9aac5de8f1ee5bf181132f98a1f81f4a1d;hp=be819ee4eda95c0155c0f28bbadf7a4e29e55006;hpb=7b3f44c6b677a60b63b092f825a2b6c58166b70c;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);