summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/hd64610.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/hd64610.h')
-rw-r--r--src/devices/machine/hd64610.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/hd64610.h b/src/devices/machine/hd64610.h
index 948f6b4e549..38ffd560f4d 100644
--- a/src/devices/machine/hd64610.h
+++ b/src/devices/machine/hd64610.h
@@ -35,10 +35,10 @@
//**************************************************************************
#define MCFG_HD64610_OUT_IRQ_CB(_devcb) \
- devcb = &downcast<hd64610_device &>(*device).set_out_irq_callback(DEVCB_##_devcb);
+ downcast<hd64610_device &>(*device).set_out_irq_callback(DEVCB_##_devcb);
#define MCFG_HD64610_OUT_1HZ_CB(_devcb) \
- devcb = &downcast<hd64610_device &>(*device).set_out_1hz_callback(DEVCB_##_devcb);
+ downcast<hd64610_device &>(*device).set_out_1hz_callback(DEVCB_##_devcb);
//**************************************************************************