From c7054c697a46d09a163a9e139d51b75b8631b486 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 3 Mar 2019 17:28:58 -0500 Subject: hpc: Debugging aid (nw) --- src/devices/cpu/hpc/hpc.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/devices/cpu') diff --git a/src/devices/cpu/hpc/hpc.cpp b/src/devices/cpu/hpc/hpc.cpp index 6cf5f30eb37..cdfbe43dc1a 100644 --- a/src/devices/cpu/hpc/hpc.cpp +++ b/src/devices/cpu/hpc/hpc.cpp @@ -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; } -- cgit v1.2.3-70-g09d2