summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo_ctrl/dial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/dial.cpp')
-rw-r--r--src/devices/bus/neogeo_ctrl/dial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo_ctrl/dial.cpp b/src/devices/bus/neogeo_ctrl/dial.cpp
index 95eaec1b5f2..6211a5b9ee1 100644
--- a/src/devices/bus/neogeo_ctrl/dial.cpp
+++ b/src/devices/bus/neogeo_ctrl/dial.cpp
@@ -13,7 +13,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type NEOGEO_DIAL = &device_creator<neogeo_dial_device>;
+const device_type NEOGEO_DIAL = device_creator<neogeo_dial_device>;
static INPUT_PORTS_START( neogeo_dial )