summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cit101_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cit101_kbd.h')
-rw-r--r--src/mame/machine/cit101_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cit101_kbd.h b/src/mame/machine/cit101_kbd.h
index 9404d0ea4a6..4ffc070e269 100644
--- a/src/mame/machine/cit101_kbd.h
+++ b/src/mame/machine/cit101_kbd.h
@@ -21,7 +21,7 @@
//**************************************************************************
#define MCFG_CIT101_HLE_KEYBOARD_TXD_CALLBACK(_devcb) \
- devcb = &downcast<cit101_hle_keyboard_device &>(*device).set_txd_callback(DEVCB_##_devcb);
+ downcast<cit101_hle_keyboard_device &>(*device).set_txd_callback(DEVCB_##_devcb);
//**************************************************************************