summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc4543.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc4543.h')
-rw-r--r--src/devices/machine/rtc4543.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rtc4543.h b/src/devices/machine/rtc4543.h
index 3741f8a46d8..da51b7cf440 100644
--- a/src/devices/machine/rtc4543.h
+++ b/src/devices/machine/rtc4543.h
@@ -24,7 +24,7 @@
MCFG_DEVICE_ADD((tag), RTC4543, (clock))
#define MCFG_RTC4543_DATA_CALLBACK(cb) \
- devcb = &downcast<rtc4543_device &>(*device).set_data_cb(DEVCB_##cb);
+ downcast<rtc4543_device &>(*device).set_data_cb(DEVCB_##cb);
#define MCFG_JRC6355E_ADD(tag, clock) \
MCFG_DEVICE_ADD((tag), JRC6355E, (clock))