fix scheduling session events from debugger (nw)

This commit is contained in:
Vas Crabb 2018-03-29 01:42:37 +11:00
parent 19d8963148
commit a074296288

View File

@ -1731,7 +1731,7 @@ void device_debug::instruction_hook(offs_t curpc)
// if an event got scheduled, resume
if (machine.scheduled_event_pending())
debugcpu.set_execution_stopped();
debugcpu.set_execution_running();
}
m_device.machine().sound().debugger_mute(false);