summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1315.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1315.h')
-rw-r--r--src/devices/machine/ds1315.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1315.h b/src/devices/machine/ds1315.h
index b1f8b11b399..21a7f37c14f 100644
--- a/src/devices/machine/ds1315.h
+++ b/src/devices/machine/ds1315.h
@@ -23,7 +23,7 @@
MCFG_DEVICE_ADD(_tag, DS1315, 0)
#define MCFG_DS1315_BACKING_HANDLER(_devcb) \
- devcb = &downcast<ds1315_device &>(*device).set_backing_handler(DEVCB_##_devcb);
+ downcast<ds1315_device &>(*device).set_backing_handler(DEVCB_##_devcb);
/***************************************************************************
MACROS