mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
Better leave this one back (no whatsnew)
This commit is contained in:
parent
c923ea571e
commit
b03f10bd40
@ -308,7 +308,7 @@ WRITE8_DEVICE_HANDLER( pic8259_w )
|
|||||||
if (pic8259->isr & mask)
|
if (pic8259->isr & mask)
|
||||||
{
|
{
|
||||||
pic8259->isr &= ~mask;
|
pic8259->isr &= ~mask;
|
||||||
pic8259->irr = pic8259->irq_lines & ~mask;
|
pic8259->irr &= ~mask;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user