summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcbec.cpp')
-rw-r--r--src/devices/cpu/drcbec.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/cpu/drcbec.cpp b/src/devices/cpu/drcbec.cpp
index 41566614233..5dc7499988a 100644
--- a/src/devices/cpu/drcbec.cpp
+++ b/src/devices/cpu/drcbec.cpp
@@ -519,7 +519,8 @@ int drcbe_c::execute(code_handle &entry)
fatalerror("Unexpected opcode\n");
case MAKE_OPCODE_SHORT(OP_DEBUG, 4, 0): // DEBUG pc
- debugger_instruction_hook(&m_device, PARAM0);
+ if (m_device.machine().debug_flags & DEBUG_FLAG_CALL_HOOK)
+ m_device.debug()->instruction_hook(PARAM0);
break;
case MAKE_OPCODE_SHORT(OP_HASHJMP, 4, 0): // HASHJMP mode,pc,handle