summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/victory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/victory.cpp')
-rw-r--r--src/mame/drivers/victory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/victory.cpp b/src/mame/drivers/victory.cpp
index ed44226b932..63bce95b124 100644
--- a/src/mame/drivers/victory.cpp
+++ b/src/mame/drivers/victory.cpp
@@ -110,7 +110,7 @@
*
*************************************/
-WRITE8_MEMBER(victory_state::lamp_control_w)
+void victory_state::lamp_control_w(uint8_t data)
{
m_lamps[0] = BIT(data, 7);
m_lamps[1] = BIT(data, 6);