Don't spam IRQ trigger errors - Blood Omen: Legacy of Kain spams

this a lot
This commit is contained in:
twinaphex 2013-12-21 04:10:03 +01:00
parent 0698b0d9da
commit 70792ee170

View File

@ -191,7 +191,7 @@ static void ClockTimer(int i, uint32 clocks)
if((before < target && Timers[i].Counter >= target) || zero_tm || Timers[i].Counter > 0xFFFF)
{
#if 1
#if 0
if(Timers[i].Mode & 0x10)
{
if((Timers[i].Counter - target) > 3)