This fixes the DAC sound in X The Ball that got broken in 114u2. Not 100% if the fix is right, though.

This commit is contained in:
Zsolt Vasvari 2008-02-24 01:54:54 +00:00
parent 3f652750d3
commit 58fc9362eb

View File

@ -783,6 +783,8 @@ static void set_irq_line(int irqline, int linestate)
IOREG(REG_INTPEND) &= ~TMS34010_INT2;
break;
}
check_interrupt();
}