summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/romp/romp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/romp/romp.cpp')
-rw-r--r--src/devices/cpu/romp/romp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/romp/romp.cpp b/src/devices/cpu/romp/romp.cpp
index 0f65659ae60..638af0efaa1 100644
--- a/src/devices/cpu/romp/romp.cpp
+++ b/src/devices/cpu/romp/romp.cpp
@@ -122,6 +122,7 @@ void romp_device::execute_run()
if (m_branch_state == WAIT)
{
+ debugger_wait_hook();
m_icount = 0;
return;
}