summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/cdp1861.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/cdp1861.cpp')
-rw-r--r--src/devices/video/cdp1861.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/cdp1861.cpp b/src/devices/video/cdp1861.cpp
index 27f8d0e3729..dfe71100411 100644
--- a/src/devices/video/cdp1861.cpp
+++ b/src/devices/video/cdp1861.cpp
@@ -99,7 +99,7 @@ void cdp1861_device::device_config_complete()
screen().set_raw(clock(), SCREEN_WIDTH, HBLANK_END, HBLANK_START, TOTAL_SCANLINES, SCANLINE_VBLANK_END, SCANLINE_VBLANK_START);
if (!screen().has_screen_update())
- screen().set_screen_update(screen_update_rgb32_delegate(FUNC(cdp1861_device::screen_update), this));
+ screen().set_screen_update(*this, FUNC(cdp1861_device::screen_update));
}