X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FDebug.c;h=b2efa4dcffbd7858804c31aa53a2ad77503c17a1;hb=f8af96349ea464111fbef3c6528016c3dc34cdcf;hp=50bd2e58d43ffdc72443096502220fa71b9ce87c;hpb=02ba8788a0a15cd76fefc777908738cc27e78e6c;p=picodrive.git diff --git a/Pico/Debug.c b/Pico/Debug.c index 50bd2e5..b2efa4d 100644 --- a/Pico/Debug.c +++ b/Pico/Debug.c @@ -53,7 +53,7 @@ char *PDebugMain(void) sprintf(dstrp, "z80Run: %i, z80_reset: %i, z80_bnk: %06x\n", Pico.m.z80Run, Pico.m.z80_reset, Pico.m.z80_bank68k<<15); MVP; z80_debug(dstrp); MVP; if (strlen(dstr) > sizeof(dstr)) - printf("warning: debug buffer overflow (%i/%i)\n", strlen(dstr), sizeof(dstr)); + elprintf(EL_STATUS, "warning: debug buffer overflow (%i/%i)\n", strlen(dstr), sizeof(dstr)); return dstr; }