mirror of
https://github.com/holub/mame
synced 2025-06-28 23:24:23 +03:00
(nw) zorba : fixed regression
This commit is contained in:
parent
f70f31731c
commit
db3712af7c
@ -372,7 +372,7 @@ template <unsigned N> WRITE_LINE_MEMBER( zorba_state::irq_w )
|
|||||||
else if (BIT(m_irq, 3)) vector = 0x88;
|
else if (BIT(m_irq, 3)) vector = 0x88;
|
||||||
else vector = 0x84; // very wrong, need test cases for other things
|
else vector = 0x84; // very wrong, need test cases for other things
|
||||||
|
|
||||||
m_maincpu->set_input_line_and_vector(INPUT_LINE_IRQ0, m_irq, vector); // Z80
|
m_maincpu->set_input_line_and_vector(INPUT_LINE_IRQ0, m_irq ? ASSERT_LINE : CLEAR_LINE, vector); // Z80
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user