summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/v9938.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/v9938.cpp')
-rw-r--r--src/devices/video/v9938.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/v9938.cpp b/src/devices/video/v9938.cpp
index 97c584fddc6..4549dae9e6e 100644
--- a/src/devices/video/v9938.cpp
+++ b/src/devices/video/v9938.cpp
@@ -169,7 +169,7 @@ void v99x8_device::device_config_complete()
(m_pal_config ? VVISIBLE_PAL : VVISIBLE_NTSC) * 2 - 1 - VERTICAL_ADJUST * 2);
if (!screen().has_screen_update())
- screen().set_screen_update(screen_update_rgb32_delegate(FUNC(v99x8_device::screen_update), this));
+ screen().set_screen_update(*this, FUNC(v99x8_device::screen_update));
}