summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/scn2674.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/scn2674.h')
-rw-r--r--src/devices/video/scn2674.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/scn2674.h b/src/devices/video/scn2674.h
index 047381e5083..0b76532e4bc 100644
--- a/src/devices/video/scn2674.h
+++ b/src/devices/video/scn2674.h
@@ -7,7 +7,7 @@
#define MCFG_SCN2672_INTR_CALLBACK(_intr) \
- devcb = &downcast<scn2672_device &>(*device).set_intr_callback(DEVCB_##_intr);
+ downcast<scn2672_device &>(*device).set_intr_callback(DEVCB_##_intr);
#define MCFG_SCN2672_CHARACTER_WIDTH(_value) \
downcast<scn2672_device &>(*device).set_character_width(_value);
@@ -19,7 +19,7 @@
#define MCFG_SCN2674_INTR_CALLBACK(_intr) \
- devcb = &downcast<scn2674_device &>(*device).set_intr_callback(DEVCB_##_intr);
+ downcast<scn2674_device &>(*device).set_intr_callback(DEVCB_##_intr);
#define MCFG_SCN2674_CHARACTER_WIDTH(_value) \
downcast<scn2674_device &>(*device).set_character_width(_value);