summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74165.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74165.h')
-rw-r--r--src/devices/machine/74165.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/74165.h b/src/devices/machine/74165.h
index 8b608760572..1db3f2809fe 100644
--- a/src/devices/machine/74165.h
+++ b/src/devices/machine/74165.h
@@ -31,10 +31,10 @@
//**************************************************************************
#define MCFG_TTL165_DATA_CB(_devcb) \
- devcb = &downcast<ttl165_device &>(*device).set_data_callback(DEVCB_##_devcb);
+ downcast<ttl165_device &>(*device).set_data_callback(DEVCB_##_devcb);
#define MCFG_TTL165_QH_CB(_devcb) \
- devcb = &downcast<ttl165_device &>(*device).set_qh_callback(DEVCB_##_devcb);
+ downcast<ttl165_device &>(*device).set_qh_callback(DEVCB_##_devcb);
//**************************************************************************