summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl/keypad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs_ctrl/keypad.cpp')
-rw-r--r--src/devices/bus/vcs_ctrl/keypad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs_ctrl/keypad.cpp b/src/devices/bus/vcs_ctrl/keypad.cpp
index 8054f40b4b8..7c8b0f0104a 100644
--- a/src/devices/bus/vcs_ctrl/keypad.cpp
+++ b/src/devices/bus/vcs_ctrl/keypad.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type VCS_KEYPAD = &device_creator<vcs_keypad_device>;
+const device_type VCS_KEYPAD = device_creator<vcs_keypad_device>;
static INPUT_PORTS_START( vcs_keypad )