mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
z8000: Fix mindless mistake (nw)
This commit is contained in:
parent
e8e453d061
commit
48d3697853
@ -478,7 +478,7 @@ void z8002_device::Interrupt()
|
|||||||
else
|
else
|
||||||
if ((m_irq_req & Z8000_NVI) && (m_fcw & F_NVIE))
|
if ((m_irq_req & Z8000_NVI) && (m_fcw & F_NVIE))
|
||||||
{
|
{
|
||||||
standard_irq_callback(VI_LINE);
|
standard_irq_callback(NVI_LINE);
|
||||||
m_irq_vec = m_iack_in[2](m_pc);
|
m_irq_vec = m_iack_in[2](m_pc);
|
||||||
m_halt = false;
|
m_halt = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user