mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
jubileep: Fix CRU address that acknowledges interrupt (nw)
This commit is contained in:
parent
befd92e2fe
commit
922205c657
@ -340,7 +340,7 @@ WRITE8_MEMBER(jubilee_state::unk_w)
|
||||
is set to one. Maybe this one clears the interrupt.
|
||||
TODO: Check the schematics.
|
||||
*/
|
||||
if (((offset<<1)==0x0ce2)&&(data==1))
|
||||
if (((offset<<1)==0x0cf2)&&(data==1))
|
||||
{
|
||||
m_maincpu->set_input_line(INT_9980A_LEVEL1, CLEAR_LINE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user