mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
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:
parent
3f652750d3
commit
58fc9362eb
@ -783,6 +783,8 @@ static void set_irq_line(int irqline, int linestate)
|
||||
IOREG(REG_INTPEND) &= ~TMS34010_INT2;
|
||||
break;
|
||||
}
|
||||
|
||||
check_interrupt();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user