mirror of
https://github.com/holub/mame
synced 2025-06-22 12:28:33 +03:00
scoped enum for Windows (nw)
This commit is contained in:
parent
96c9112785
commit
aaed83a91f
@ -154,7 +154,7 @@ void debugger_windows::wait_for_debugger(device_t &device, bool firststop)
|
||||
void debugger_windows::debugger_update()
|
||||
{
|
||||
// if we're running live, do some checks
|
||||
if (!winwindow_has_focus() && m_machine && !m_machine->debugger().cpu().is_stopped() && (m_machine->phase() == MACHINE_PHASE_RUNNING))
|
||||
if (!winwindow_has_focus() && m_machine && !m_machine->debugger().cpu().is_stopped() && (m_machine->phase() == machine_phase::RUNNING))
|
||||
{
|
||||
// see if the interrupt key is pressed and break if it is
|
||||
if (seq_pressed())
|
||||
|
Loading…
Reference in New Issue
Block a user