X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.c;h=48899a06f21c7d9a70757d16a3ce3010943b8fdc;hb=1820b5a7a18fc8c37dddb2ab88159e513ceb3b16;hp=c6bf03e5e4c27cc61f95bad78d84aa30781a0aba;hpb=9a8ffeeeea54301c5289fd510aece552175ce13d;p=picodrive.git diff --git a/Pico/Pico.c b/Pico/Pico.c index c6bf03e..48899a0 100644 --- a/Pico/Pico.c +++ b/Pico/Pico.c @@ -638,7 +638,7 @@ void PicoFrameDrawOnly(void) // callback to output message from emu void (*PicoMessage)(const char *msg)=NULL; -#if defined(__DEBUG_PRINT) || defined(__GP2X__) || defined(__GIZ__) +#if 1 // defined(__DEBUG_PRINT) // tmp debug: dump some stuff #define bit(r, x) ((r>>x)&1) void z80_debug(char *dstr);