summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6272.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6272.h')
-rw-r--r--src/devices/video/huc6272.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6272.h b/src/devices/video/huc6272.h
index 0ceaeb18b9e..474c424373b 100644
--- a/src/devices/video/huc6272.h
+++ b/src/devices/video/huc6272.h
@@ -21,7 +21,7 @@
//**************************************************************************
#define MCFG_HUC6272_IRQ_CHANGED_CB(cb) \
- devcb = &downcast<huc6272_device &>(*device).set_irq_changed_callback((DEVCB_##cb));
+ downcast<huc6272_device &>(*device).set_irq_changed_callback((DEVCB_##cb));
#define MCFG_HUC6272_RAINBOW(tag) \
downcast<huc6272_device &>(*device).set_rainbow_tag((tag));