summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/compiskb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/compiskb.h')
-rw-r--r--src/mame/machine/compiskb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/compiskb.h b/src/mame/machine/compiskb.h
index 3d13cb2fcbb..a6e9093973f 100644
--- a/src/mame/machine/compiskb.h
+++ b/src/mame/machine/compiskb.h
@@ -20,7 +20,7 @@
//**************************************************************************
#define MCFG_COMPIS_KEYBOARD_OUT_TX_HANDLER(_devcb) \
- devcb = &downcast<compis_keyboard_device &>(*device).set_out_tx_handler(DEVCB_##_devcb);
+ downcast<compis_keyboard_device &>(*device).set_out_tx_handler(DEVCB_##_devcb);