jubileep: Fix CRU address that acknowledges interrupt (nw)

This commit is contained in:
AJR 2019-04-05 20:05:32 -04:00
parent befd92e2fe
commit 922205c657

View File

@ -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);
}