summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/e132xs/e132xs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/e132xs/e132xs.cpp')
-rw-r--r--src/devices/cpu/e132xs/e132xs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/e132xs/e132xs.cpp b/src/devices/cpu/e132xs/e132xs.cpp
index 9f7222b5dfb..7791425bb9f 100644
--- a/src/devices/cpu/e132xs/e132xs.cpp
+++ b/src/devices/cpu/e132xs/e132xs.cpp
@@ -1293,7 +1293,7 @@ void hyperstone_device::init(int scale_mask)
save_item(NAME(m_core->clock_cycles_36));
// set our instruction counter
- m_icountptr = &m_core->icount;
+ set_icountptr(m_core->icount);
}
void e116t_device::device_start()
@@ -1641,7 +1641,7 @@ void hyperstone_device::execute_run()
dump_registers();
#endif
- debugger_instruction_hook(this, PC);
+ debugger_instruction_hook(PC);
OP = READ_OP(PC);
PC += 2;