summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/othunder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/othunder.cpp')
-rw-r--r--src/mame/drivers/othunder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/othunder.cpp b/src/mame/drivers/othunder.cpp
index da2ab7faf6b..dfed9318232 100644
--- a/src/mame/drivers/othunder.cpp
+++ b/src/mame/drivers/othunder.cpp
@@ -367,8 +367,8 @@ WRITE16_MEMBER(othunder_state::othunder_tc0220ioc_w)
x0000000 eeprom out data */
/* Recoil Piston Motor Status */
- output_set_value("Player1_Recoil_Piston", data & 0x1 );
- output_set_value("Player2_Recoil_Piston", (data & 0x2) >>1 );
+ machine().output().set_value("Player1_Recoil_Piston", data & 0x1 );
+ machine().output().set_value("Player2_Recoil_Piston", (data & 0x2) >>1 );
if (data & 4)
popmessage("OBPRI SET!");