summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/phoenix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/phoenix.cpp')
-rw-r--r--src/mame/video/phoenix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/phoenix.cpp b/src/mame/video/phoenix.cpp
index dcea2d63bd9..defbfc285d9 100644
--- a/src/mame/video/phoenix.cpp
+++ b/src/mame/video/phoenix.cpp
@@ -302,7 +302,7 @@ CUSTOM_INPUT_MEMBER(phoenix_state::player_input_r)
return (ioport("CTRL")->read() & 0x0f) >> 0;
}
-CUSTOM_INPUT_MEMBER(phoenix_state::pleiads_protection_r)
+READ_LINE_MEMBER(phoenix_state::pleiads_protection_r)
{
/* handle Pleiads protection */
switch (m_pleiads_protection_question)