summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb87078.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb87078.h')
-rw-r--r--src/devices/machine/mb87078.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb87078.h b/src/devices/machine/mb87078.h
index bb7700bbfcf..61ef9aac8ea 100644
--- a/src/devices/machine/mb87078.h
+++ b/src/devices/machine/mb87078.h
@@ -18,7 +18,7 @@
***************************************************************************/
#define MCFG_MB87078_GAIN_CHANGED_CB(_devcb) \
- devcb = &downcast<mb87078_device &>(*device).set_gain_changed_callback(DEVCB_##_devcb);
+ downcast<mb87078_device &>(*device).set_gain_changed_callback(DEVCB_##_devcb);
/***************************************************************************
TYPE DEFINITIONS