summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rp5c15.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rp5c15.h')
-rw-r--r--src/devices/machine/rp5c15.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/rp5c15.h b/src/devices/machine/rp5c15.h
index 21633834f07..f3191c4df9a 100644
--- a/src/devices/machine/rp5c15.h
+++ b/src/devices/machine/rp5c15.h
@@ -32,10 +32,10 @@
//**************************************************************************
#define MCFG_RP5C15_OUT_ALARM_CB(_devcb) \
- devcb = &downcast<rp5c15_device &>(*device).set_out_alarm_callback(DEVCB_##_devcb);
+ downcast<rp5c15_device &>(*device).set_out_alarm_callback(DEVCB_##_devcb);
#define MCFG_RP5C15_OUT_CLKOUT_CB(_devcb) \
- devcb = &downcast<rp5c15_device &>(*device).set_out_clkout_callback(DEVCB_##_devcb);
+ downcast<rp5c15_device &>(*device).set_out_clkout_callback(DEVCB_##_devcb);
//**************************************************************************
// TYPE DEFINITIONS