update from mess (nw)

This commit is contained in:
Miodrag Milanovic 2012-05-28 14:29:42 +00:00
parent 33f5ce205e
commit b3b55238f9

View File

@ -276,7 +276,7 @@ void i8008_device::execute_run()
if (m_irq_state != CLEAR_LINE) {
take_interrupt();
}
debugger_instruction_hook(*this, m_PC.d);
debugger_instruction_hook(this, m_PC.d);
execute_one(rop());
} while (m_icount > 0);
}