summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74153.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74153.h')
-rw-r--r--src/devices/machine/74153.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/74153.h b/src/devices/machine/74153.h
index 4ce38d32a9e..fc234463e30 100644
--- a/src/devices/machine/74153.h
+++ b/src/devices/machine/74153.h
@@ -30,10 +30,10 @@
//**************************************************************************
#define MCFG_TTL153_ZA_CB(_devcb) \
- devcb = &downcast<ttl153_device &>(*device).set_za_callback(DEVCB_##_devcb);
+ downcast<ttl153_device &>(*device).set_za_callback(DEVCB_##_devcb);
#define MCFG_TTL153_ZB_CB(_devcb) \
- devcb = &downcast<ttl153_device &>(*device).set_zb_callback(DEVCB_##_devcb);
+ downcast<ttl153_device &>(*device).set_zb_callback(DEVCB_##_devcb);
//**************************************************************************