hpc: Debugging aid (nw)

This commit is contained in:
AJR 2019-03-03 17:28:58 -05:00
parent 156619b401
commit c7054c697a

View File

@ -93,6 +93,9 @@ void hpc_device::psw_w(u8 data)
void hpc_device::execute_run()
{
m_core_regs[1] = m_program->read_word(0xfffe);
debugger_instruction_hook(m_core_regs[1]);
m_icount = 0;
}