summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-10-26 14:39:02 +1100
committer Vas Crabb <vas@vastheman.com>2019-10-26 14:39:02 +1100
commit4798bcda894af27e45a228612ff86f6699bc1bd3 (patch)
tree0d434083fcabd72c2b28bf855b54a8307af00679 /src/mame/video
parentc8ba66d4afd0dd9cde0affa9b86bb06fd152e265 (diff)
(nw) fix other konami video devices not resolving delegate, fix Yamaha MSX systems
Diffstat (limited to 'src/mame/video')
-rw-r--r--src/mame/video/k053246_k053247_k055673.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/video/k053246_k053247_k055673.cpp b/src/mame/video/k053246_k053247_k055673.cpp
index 750f2a4d084..dffa617c968 100644
--- a/src/mame/video/k053246_k053247_k055673.cpp
+++ b/src/mame/video/k053246_k053247_k055673.cpp
@@ -902,6 +902,9 @@ void k055673_device::device_start()
if (!palette().device().started())
throw device_missing_dependencies();
+ // resolve callbacks
+ m_k053247_cb.resolve();
+
int gfx_index = 0;
u32 total;
@@ -1065,6 +1068,9 @@ void k053247_device::device_start()
if (!palette().device().started())
throw device_missing_dependencies();
+ // resolve callbacks
+ m_k053247_cb.resolve();
+
u32 total;
static const gfx_layout spritelayout =
{