mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
update from mess (nw)
This commit is contained in:
parent
33f5ce205e
commit
b3b55238f9
@ -276,7 +276,7 @@ void i8008_device::execute_run()
|
|||||||
if (m_irq_state != CLEAR_LINE) {
|
if (m_irq_state != CLEAR_LINE) {
|
||||||
take_interrupt();
|
take_interrupt();
|
||||||
}
|
}
|
||||||
debugger_instruction_hook(*this, m_PC.d);
|
debugger_instruction_hook(this, m_PC.d);
|
||||||
execute_one(rop());
|
execute_one(rop());
|
||||||
} while (m_icount > 0);
|
} while (m_icount > 0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user