X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fdebug.h;fp=Pico%2Fdebug.h;h=7d715ec018828a0f0ec215a40250f2543f8963ae;hb=efcba75f8a730340df6c1b679a207723f98d1ee6;hp=0000000000000000000000000000000000000000;hpb=6a13ef3f56a80ac698d463f5d00235ea2a090f52;p=picodrive.git diff --git a/Pico/debug.h b/Pico/debug.h new file mode 100644 index 0000000..7d715ec --- /dev/null +++ b/Pico/debug.h @@ -0,0 +1,8 @@ + +char *PDebugMain(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); +