diff options
Diffstat (limited to 'src/devices/cpu/spc700/spc700.cpp')
-rw-r--r-- | src/devices/cpu/spc700/spc700.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/spc700/spc700.cpp b/src/devices/cpu/spc700/spc700.cpp index b477ee008a1..d9293839c90 100644 --- a/src/devices/cpu/spc700/spc700.cpp +++ b/src/devices/cpu/spc700/spc700.cpp @@ -1349,6 +1349,7 @@ void spc700_device::execute_run() { if (CPU_STOPPED) { + debugger_wait_hook(); CLOCKS = 0; return; } |