mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +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)
|
||||
{
|
||||
pic8259->isr &= ~mask;
|
||||
pic8259->irr = pic8259->irq_lines & ~mask;
|
||||
pic8259->irr &= ~mask;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user