X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2FMemory.c;h=8a8474a09496b554d8cb8d364ada67998a44e65f;hb=259ed0ea6635845527a3da94a67a6260463861e6;hp=885a969ffeeb6f172c5622bf62fb0972dcfcd5be;hpb=d4ca252d929395352f581b532e9d3726da31d718;p=picodrive.git diff --git a/Pico/carthw/svp/Memory.c b/Pico/carthw/svp/Memory.c index 885a969..8a8474a 100644 --- a/Pico/carthw/svp/Memory.c +++ b/Pico/carthw/svp/Memory.c @@ -78,8 +78,8 @@ unsigned int PicoSVPRead16(unsigned int a, int realsize) } else a15004_looping = 0; - if (a == 0x30fe02 && d == 0) - elprintf(EL_ANOMALY, "SVP lag?"); + //if (a == 0x30fe02 && d == 0) + // elprintf(EL_ANOMALY, "SVP lag?"); return d; }