summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti74.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti74.cpp')
-rw-r--r--src/mame/drivers/ti74.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti74.cpp b/src/mame/drivers/ti74.cpp
index de66bfd065a..0e4ab1494a0 100644
--- a/src/mame/drivers/ti74.cpp
+++ b/src/mame/drivers/ti74.cpp
@@ -287,7 +287,7 @@ ADDRESS_MAP_END
INPUT_CHANGED_MEMBER(ti74_state::battery_status_changed)
{
- if (machine().phase() == MACHINE_PHASE_RUNNING)
+ if (machine().phase() == machine_phase::RUNNING)
update_battery_status(newval);
}