summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pic17/pic17.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pic17/pic17.cpp')
-rw-r--r--src/devices/cpu/pic17/pic17.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/pic17/pic17.cpp b/src/devices/cpu/pic17/pic17.cpp
index 0258b052ca9..6fe0f21a08d 100644
--- a/src/devices/cpu/pic17/pic17.cpp
+++ b/src/devices/cpu/pic17/pic17.cpp
@@ -899,6 +899,7 @@ void pic17_cpu_device::execute_run()
else
{
// Do nothing until time to wake up
+ debugger_wait_hook();
m_icount = 0;
m_execphase = exec_phase::Q1;
return;