summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apricotkb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apricotkb.h')
-rw-r--r--src/mame/machine/apricotkb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/apricotkb.h b/src/mame/machine/apricotkb.h
index 50c6a9cfb15..530346608fd 100644
--- a/src/mame/machine/apricotkb.h
+++ b/src/mame/machine/apricotkb.h
@@ -27,7 +27,7 @@
//**************************************************************************
#define MCFG_APRICOT_KEYBOARD_TXD_CALLBACK(_write) \
- devcb = &downcast<apricot_keyboard_device &>(*device).set_tcd_wr_callback(DEVCB_##_write);
+ downcast<apricot_keyboard_device &>(*device).set_tcd_wr_callback(DEVCB_##_write);