summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ssp1601/ssp1601.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ssp1601/ssp1601.cpp')
-rw-r--r--src/devices/cpu/ssp1601/ssp1601.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/ssp1601/ssp1601.cpp b/src/devices/cpu/ssp1601/ssp1601.cpp
index 0c414d4d46e..43bb84a8ffe 100644
--- a/src/devices/cpu/ssp1601/ssp1601.cpp
+++ b/src/devices/cpu/ssp1601/ssp1601.cpp
@@ -552,7 +552,7 @@ void ssp1601_device::device_start()
state_add(STATE_GENPCBASE, "CURPC", PPC).noshow();
state_add(STATE_GENFLAGS, "GENFLAGS", rST).formatstr("%4s").noshow();
- m_icountptr = &m_g_cycles;
+ set_icountptr(m_g_cycles);
}
@@ -589,7 +589,7 @@ void ssp1601_device::execute_run()
PPC = rPC;
- debugger_instruction_hook(this, rPC);
+ debugger_instruction_hook(rPC);
op = FETCH();