summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x820kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x820kb.cpp')
-rw-r--r--src/mame/machine/x820kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x820kb.cpp b/src/mame/machine/x820kb.cpp
index 569ce6270bb..e9f1b57f49d 100644
--- a/src/mame/machine/x820kb.cpp
+++ b/src/mame/machine/x820kb.cpp
@@ -57,7 +57,7 @@ Notes:
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type XEROX_820_KEYBOARD = &device_creator<xerox_820_keyboard_t>;
+const device_type XEROX_820_KEYBOARD = device_creator<xerox_820_keyboard_t>;
//-------------------------------------------------