summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl/joystick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs_ctrl/joystick.cpp')
-rw-r--r--src/devices/bus/vcs_ctrl/joystick.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs_ctrl/joystick.cpp b/src/devices/bus/vcs_ctrl/joystick.cpp
index 333e632f98f..87ae2f72aa6 100644
--- a/src/devices/bus/vcs_ctrl/joystick.cpp
+++ b/src/devices/bus/vcs_ctrl/joystick.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type VCS_JOYSTICK = &device_creator<vcs_joystick_device>;
+const device_type VCS_JOYSTICK = device_creator<vcs_joystick_device>;
static INPUT_PORTS_START( vcs_joystick )