summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/rtc65271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/rtc65271.h')
-rw-r--r--src/devices/machine/rtc65271.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/rtc65271.h b/src/devices/machine/rtc65271.h
index 93284622b1a..3042c738659 100644
--- a/src/devices/machine/rtc65271.h
+++ b/src/devices/machine/rtc65271.h
@@ -15,7 +15,7 @@
//**************************************************************************
#define MCFG_RTC65271_INTERRUPT_CB(cb) \
- devcb = &downcast<rtc65271_device &>(*device).set_interrupt_callback(DEVCB_##cb);
+ downcast<rtc65271_device &>(*device).set_interrupt_callback(DEVCB_##cb);
// ======================> rtc65271_device