summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crt9028.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/crt9028.cpp')
-rw-r--r--src/devices/video/crt9028.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crt9028.cpp b/src/devices/video/crt9028.cpp
index 07f877e3095..94cc2429e13 100644
--- a/src/devices/video/crt9028.cpp
+++ b/src/devices/video/crt9028.cpp
@@ -132,7 +132,7 @@ void crt9028_device::device_config_complete()
}
if (!screen().has_screen_update())
- screen().set_screen_update(screen_update_rgb32_delegate(FUNC(crt9028_device::screen_update), this));
+ screen().set_screen_update(*this, FUNC(crt9028_device::screen_update));
}