X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjerry.cpp;h=f36374feabce8e3687c8624398f4bc9096b5996e;hb=847f593941ee60d7be72cd07309201bfdb3651f8;hp=8226262f6433c46043abf6650635ab821b82c991;hpb=67a5f1a40072983cf87ae2093ca95c271d14e706;p=virtualjaguar diff --git a/src/jerry.cpp b/src/jerry.cpp index 8226262..f36374f 100644 --- a/src/jerry.cpp +++ b/src/jerry.cpp @@ -193,8 +193,10 @@ void jerry_i2s_exec(uint32 cycles) { DSPSetIRQLine(DSPIRQ_SSI, ASSERT_LINE); jerry_i2s_interrupt_timer += jerryI2SCycles; +#ifdef JERRY_DEBUG if (jerry_i2s_interrupt_timer < 0) WriteLog("JERRY: Missed generating an interrupt (missed %u)!\n", (-jerry_i2s_interrupt_timer / jerryI2SCycles) + 1); +#endif } }