summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/skyraid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/skyraid.c')
-rw-r--r--src/mame/audio/skyraid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/skyraid.c b/src/mame/audio/skyraid.c
index c091c7e2f2d..9e11c7e1b2a 100644
--- a/src/mame/audio/skyraid.c
+++ b/src/mame/audio/skyraid.c
@@ -295,7 +295,7 @@ WRITE8_DEVICE_HANDLER( skyraid_sound_w )
discrete_sound_w(device, SKYRAID_PLANE_SWEEP_EN, data & 0x01);
discrete_sound_w(device, SKYRAID_MISSILE_EN, data & 0x02);
discrete_sound_w(device, SKYRAID_EXPLOSION_EN, data & 0x04);
- set_led_status(device->machine, 0, !(data & 0x08));
+ set_led_status(device->machine(), 0, !(data & 0x08));
discrete_sound_w(device, SKYRAID_PLANE_ON_EN, data & 0x10);
discrete_sound_w(device, SKYRAID_ATTRACT_EN, data & 0x20);
}