summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr5385.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr5385.h')
-rw-r--r--src/devices/machine/ncr5385.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ncr5385.h b/src/devices/machine/ncr5385.h
index a7b551b2440..8cbe4ea9e79 100644
--- a/src/devices/machine/ncr5385.h
+++ b/src/devices/machine/ncr5385.h
@@ -50,7 +50,7 @@
//**************************************************************************
#define MCFG_NCR5385_INT_CB(_int) \
- devcb = &downcast<ncr5385_device &>(*device).set_int_callback(DEVCB_##_int);
+ downcast<ncr5385_device &>(*device).set_int_callback(DEVCB_##_int);
//**************************************************************************
// TYPE DEFINITIONS