summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_hmcs40.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hh_hmcs40.cpp')
-rw-r--r--src/mame/drivers/hh_hmcs40.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_hmcs40.cpp b/src/mame/drivers/hh_hmcs40.cpp
index c110e00974d..fa3bf7ea34f 100644
--- a/src/mame/drivers/hh_hmcs40.cpp
+++ b/src/mame/drivers/hh_hmcs40.cpp
@@ -340,7 +340,7 @@ void hh_hmcs40_state::set_interrupt(int line, int state)
if (state != m_int[line])
{
- if (machine().phase() >= MACHINE_PHASE_RESET)
+ if (machine().phase() >= machine_phase::RESET)
m_maincpu->set_input_line(line, state ? ASSERT_LINE : CLEAR_LINE);
m_int[line] = state;
}