summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/cesblit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/cesblit.h')
-rw-r--r--src/devices/video/cesblit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/cesblit.h b/src/devices/video/cesblit.h
index e5bc962c314..f22f16df260 100644
--- a/src/devices/video/cesblit.h
+++ b/src/devices/video/cesblit.h
@@ -25,7 +25,7 @@
downcast<cesblit_device &>(*device).set_compute_addr(_compute_addr);
#define MCFG_CESBLIT_IRQ_CB(_devcb) \
- devcb = &downcast<cesblit_device &>(*device).set_irq_callback(DEVCB_##_devcb);
+ downcast<cesblit_device &>(*device).set_irq_callback(DEVCB_##_devcb);
/***************************************************************************
TYPE DEFINITIONS