summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo_ctrl/joystick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/joystick.cpp')
-rw-r--r--src/devices/bus/neogeo_ctrl/joystick.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/neogeo_ctrl/joystick.cpp b/src/devices/bus/neogeo_ctrl/joystick.cpp
index 3441a522e34..dabed0aa13e 100644
--- a/src/devices/bus/neogeo_ctrl/joystick.cpp
+++ b/src/devices/bus/neogeo_ctrl/joystick.cpp
@@ -22,7 +22,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type NEOGEO_JOY = &device_creator<neogeo_joystick_device>;
+const device_type NEOGEO_JOY = device_creator<neogeo_joystick_device>;
static INPUT_PORTS_START( neogeo_joy )
@@ -118,7 +118,7 @@ uint8_t neogeo_joystick_device::read_start_sel()
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type NEOGEO_JOY_AC = &device_creator<neogeo_joy_ac_device>;
+const device_type NEOGEO_JOY_AC = device_creator<neogeo_joy_ac_device>;
static INPUT_PORTS_START( neogeo_joy_ac )