summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/hd6309.ops
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6809/hd6309.ops')
-rw-r--r--src/devices/cpu/m6809/hd6309.ops2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6809/hd6309.ops b/src/devices/cpu/m6809/hd6309.ops
index 9752460175b..c96e3082d4f 100644
--- a/src/devices/cpu/m6809/hd6309.ops
+++ b/src/devices/cpu/m6809/hd6309.ops
@@ -11,7 +11,7 @@ MAIN:
// debugger hook
m_ppc = m_pc;
- debugger_instruction_hook(this, m_pc.w);
+ debugger_instruction_hook(m_pc.w);
// opcode fetch
@m_opcode = read_opcode();