summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mackbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mackbd.h')
-rw-r--r--src/mame/machine/mackbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mackbd.h b/src/mame/machine/mackbd.h
index 0a1178d51be..4fba653cfc4 100644
--- a/src/mame/machine/mackbd.h
+++ b/src/mame/machine/mackbd.h
@@ -24,7 +24,7 @@
devcb = downcast<mackbd_device &>(*device).set_clkout_handler(DEVCB_##_devcb);
#define MCFG_MACKBD_DATAOUT_HANDLER(_devcb) \
- devcb = &downcast<mackbd_device &>(*device).set_dataout_handler(DEVCB_##_devcb);
+ downcast<mackbd_device &>(*device).set_dataout_handler(DEVCB_##_devcb);
//**************************************************************************
// TYPE DEFINITIONS