summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/keyboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/interpro/keyboard')
-rw-r--r--src/devices/bus/interpro/keyboard/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/interpro/keyboard/keyboard.h b/src/devices/bus/interpro/keyboard/keyboard.h
index f4bfc7cc0cb..9d40e5a9e96 100644
--- a/src/devices/bus/interpro/keyboard/keyboard.h
+++ b/src/devices/bus/interpro/keyboard/keyboard.h
@@ -10,7 +10,7 @@
MCFG_DEVICE_SLOT_INTERFACE(slot_intf, def_slot, false)
#define MCFG_INTERPRO_KEYBOARD_RXD_HANDLER(cb) \
- devcb = &downcast<interpro_keyboard_port_device &>(*device).set_rxd_handler(DEVCB_##cb);
+ downcast<interpro_keyboard_port_device &>(*device).set_rxd_handler(DEVCB_##cb);
class device_interpro_keyboard_port_interface;