X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdebug.c;h=ac8f120004132c2835d0e02699715e4e5389d41c;hb=c987bb5c36d92c1441e4dcfd9bded3e5dc1f1ff6;hp=1a3ca7c4a807488095e106f49b772fe1f33e39ac;hpb=2ea2cbfe8ba1607505f4fa7a4b4e9074c6337066;p=picodrive.git diff --git a/pico/debug.c b/pico/debug.c index 1a3ca7c..ac8f120 100644 --- a/pico/debug.c +++ b/pico/debug.c @@ -86,7 +86,7 @@ char *PDebug32x(void) sprintf(dstrp, "R%d,%2d %08x,%08x %08x,%08x\n", i, i + 8, sh2_reg(0,i), sh2_reg(0,i+8), sh2_reg(1,i), sh2_reg(1,i+8)); MVP; } - sprintf(dstrp, "gb,vb %08x,%08x %08x,%08x\n", sh2_gbr(0), sh2_vbr(0), sh2_gbr(1), sh2_vbr(1)); + sprintf(dstrp, "gb,vb %08x,%08x %08x,%08x\n", sh2_gbr(0), sh2_vbr(0), sh2_gbr(1), sh2_vbr(1)); MVP; sprintf(dstrp, "IRQs/mask: %02x/%02x %02x/%02x\n", Pico32x.sh2irqi[0], Pico32x.sh2irq_mask[0], Pico32x.sh2irqi[1], Pico32x.sh2irq_mask[1]); MVP;