summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/911_vdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/911_vdt.h')
-rw-r--r--src/mame/video/911_vdt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/911_vdt.h b/src/mame/video/911_vdt.h
index b47786ef87b..b92c0a9d748 100644
--- a/src/mame/video/911_vdt.h
+++ b/src/mame/video/911_vdt.h
@@ -115,9 +115,9 @@ private:
DECLARE_DEVICE_TYPE(VDT911, vdt911_device)
#define MCFG_VDT911_KEYINT_HANDLER( _intcallb ) \
- devcb = &downcast<vdt911_device &>(*device).set_keyint_callback(DEVCB_##_intcallb);
+ downcast<vdt911_device &>(*device).set_keyint_callback(DEVCB_##_intcallb);
#define MCFG_VDT911_LINEINT_HANDLER( _intcallb ) \
- devcb = &downcast<vdt911_device &>(*device).set_lineint_callback(DEVCB_##_intcallb);
+ downcast<vdt911_device &>(*device).set_lineint_callback(DEVCB_##_intcallb);
#endif // MAME_VIDEO_911_VDT_H