summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/px8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/px8.cpp')
-rw-r--r--src/mame/drivers/px8.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/px8.cpp b/src/mame/drivers/px8.cpp
index 6af4feed268..e1fc9633a60 100644
--- a/src/mame/drivers/px8.cpp
+++ b/src/mame/drivers/px8.cpp
@@ -322,9 +322,9 @@ WRITE8_MEMBER( px8_state::gah40m_w )
*/
- output_set_value("led_0", BIT(data, 0));
- output_set_value("led_1", BIT(data, 1));
- output_set_value("led_2", BIT(data, 2));
+ machine().output().set_value("led_0", BIT(data, 0));
+ machine().output().set_value("led_1", BIT(data, 1));
+ machine().output().set_value("led_2", BIT(data, 2));
break;
case GAH40M_IER: