summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i8089/i8089_channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/i8089/i8089_channel.cpp')
-rw-r--r--src/devices/cpu/i8089/i8089_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i8089/i8089_channel.cpp b/src/devices/cpu/i8089/i8089_channel.cpp
index 99547fb20f8..b34bd98e16a 100644
--- a/src/devices/cpu/i8089/i8089_channel.cpp
+++ b/src/devices/cpu/i8089/i8089_channel.cpp
@@ -422,7 +422,7 @@ int i8089_channel_device::execute_run()
else if (executing())
{
// call debugger
- debugger_instruction_hook(m_iop, m_iop->m_current_tp);
+ m_iop->debugger_instruction_hook(m_iop->m_current_tp);
// dma transfer pending?
if (m_xfer_pending)