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