summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/keyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/keyboard.cpp')
-rw-r--r--src/devices/machine/keyboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/keyboard.cpp b/src/devices/machine/keyboard.cpp
index cd4f9b01bc0..2e9fa529424 100644
--- a/src/devices/machine/keyboard.cpp
+++ b/src/devices/machine/keyboard.cpp
@@ -234,7 +234,7 @@ INPUT_PORTS_END
DEVICE TYPE GLOBALS
***************************************************************************/
-device_type const GENERIC_KEYBOARD = &device_creator<generic_keyboard_device>;
+device_type const GENERIC_KEYBOARD = device_creator<generic_keyboard_device>;