mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
fix scheduling session events from debugger (nw)
This commit is contained in:
parent
19d8963148
commit
a074296288
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user