scoped enum for Windows (nw)

This commit is contained in:
Vas Crabb 2017-05-23 15:59:55 +10:00
parent 96c9112785
commit aaed83a91f

View File

@ -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())