summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k051960.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k051960.cpp')
-rw-r--r--src/mame/video/k051960.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/video/k051960.cpp b/src/mame/video/k051960.cpp
index b0fb6d5893e..93299644cd3 100644
--- a/src/mame/video/k051960.cpp
+++ b/src/mame/video/k051960.cpp
@@ -184,6 +184,8 @@ void k051960_device::device_start()
// make sure our screen is started
if (!m_screen->started())
throw device_missing_dependencies();
+ if (!palette().device().started())
+ throw device_missing_dependencies();
// allocate scanline timer and start at first scanline
m_scanline_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(k051960_device::scanline_callback), this));