summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/skyraid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/skyraid.cpp')
-rw-r--r--src/mame/drivers/skyraid.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/skyraid.cpp b/src/mame/drivers/skyraid.cpp
index 966de721782..4117dc63bf7 100644
--- a/src/mame/drivers/skyraid.cpp
+++ b/src/mame/drivers/skyraid.cpp
@@ -14,7 +14,10 @@ Atari Sky Raider driver
#include "screen.h"
#include "speaker.h"
-
+void skyraid_state::machine_start()
+{
+ m_led.resolve();
+}
PALETTE_INIT_MEMBER(skyraid_state, skyraid)
{