mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +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 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