summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cinemat.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-05-23 14:58:36 +1000
committer Vas Crabb <vas@vastheman.com>2017-05-23 15:01:11 +1000
commit96c9112785e158a267443831fe9f3fa857d60b14 (patch)
tree5f027f0db703571fce112e5d695553c5ea6dac69 /src/mame/drivers/cinemat.cpp
parent6e04e04b46fae6c0c09dd1d0603d585039a93889 (diff)
general cleanup:
* move rarely-used output and pty interfaces out of emu.h * consolidate and de-duplicate forward declarations, also remove some obsolete ones * clean up more #include guard macros * scope down a few more things (nw) Everyone, please keep forward declarations for src/emu in src/emu/emufwd.h - this will make it far easier to keep them in sync with declarations than having them scattered through all the other files.
Diffstat (limited to 'src/mame/drivers/cinemat.cpp')
-rw-r--r--src/mame/drivers/cinemat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cinemat.cpp b/src/mame/drivers/cinemat.cpp
index 9f8ad15954e..0915588d3db 100644
--- a/src/mame/drivers/cinemat.cpp
+++ b/src/mame/drivers/cinemat.cpp
@@ -145,7 +145,7 @@ WRITE8_MEMBER(cinemat_state::mux_select_w)
READ8_MEMBER(cinemat_state::joystick_read)
{
- if (machine().phase() != MACHINE_PHASE_RUNNING)
+ if (machine().phase() != machine_phase::RUNNING)
return 0;
else
{