summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/scudsp/scudsp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/scudsp/scudsp.cpp')
-rw-r--r--src/devices/cpu/scudsp/scudsp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/scudsp/scudsp.cpp b/src/devices/cpu/scudsp/scudsp.cpp
index ef7f5294af9..eb98c934ab8 100644
--- a/src/devices/cpu/scudsp/scudsp.cpp
+++ b/src/devices/cpu/scudsp/scudsp.cpp
@@ -841,7 +841,7 @@ void scudsp_cpu_device::execute_run()
{
m_update_mul = 0;
- debugger_instruction_hook(this, m_pc);
+ debugger_instruction_hook(m_pc);
if ( m_delay )
{
@@ -993,7 +993,7 @@ void scudsp_cpu_device::device_start()
m_in_dma_cb.resolve_safe(0);
m_out_dma_cb.resolve_safe();
- m_icountptr = &m_icount;
+ set_icountptr(m_icount);
}
void scudsp_cpu_device::device_reset()