summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sunkbd
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sunkbd')
-rw-r--r--src/devices/bus/sunkbd/sunkbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sunkbd/sunkbd.h b/src/devices/bus/sunkbd/sunkbd.h
index d40d9e20a39..037c81f66ba 100644
--- a/src/devices/bus/sunkbd/sunkbd.h
+++ b/src/devices/bus/sunkbd/sunkbd.h
@@ -9,7 +9,7 @@
#define MCFG_SUNKBD_RXD_HANDLER(cb) \
- devcb = &downcast<sun_keyboard_port_device &>(*device).set_rxd_handler(DEVCB_##cb);
+ downcast<sun_keyboard_port_device &>(*device).set_rxd_handler(DEVCB_##cb);
class device_sun_keyboard_port_interface;