summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smartmed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/smartmed.h')
-rw-r--r--src/devices/machine/smartmed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/smartmed.h b/src/devices/machine/smartmed.h
index 5c9d3cfd946..279f3f3f7c8 100644
--- a/src/devices/machine/smartmed.h
+++ b/src/devices/machine/smartmed.h
@@ -18,7 +18,7 @@
downcast<nand_device &>(*device).set_nand_type((nand_device::chip::type));
#define MCFG_NAND_RNB_CALLBACK(write) \
- devcb = &downcast<nand_device &>(*device).set_rnb_wr_callback(DEVCB_##write);
+ downcast<nand_device &>(*device).set_rnb_wr_callback(DEVCB_##write);
/***************************************************************************
TYPE DEFINITIONS