summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/crt9021.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/crt9021.h')
-rw-r--r--src/devices/video/crt9021.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/crt9021.h b/src/devices/video/crt9021.h
index 2a0b3620c4d..e1e6600c9fe 100644
--- a/src/devices/video/crt9021.h
+++ b/src/devices/video/crt9021.h
@@ -39,7 +39,7 @@
#define MCFG_CRT9021_DRAW_CHARACTER_CALLBACK_OWNER(_class, _method) \
- crt9021_device::static_set_display_callback(*device, crt9021_device::draw_character_delegate(&_class::_method, #_class "::" #_method, downcast<_class *>(owner)));
+ crt9021_device::static_set_display_callback(*device, crt9021_device::draw_character_delegate(&_class::_method, #_class "::" #_method, this));
//**************************************************************************