summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes_ctrl/twintap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes_ctrl/twintap.cpp')
-rw-r--r--src/devices/bus/snes_ctrl/twintap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/snes_ctrl/twintap.cpp b/src/devices/bus/snes_ctrl/twintap.cpp
index 81a9937e819..ef4bdc8e260 100644
--- a/src/devices/bus/snes_ctrl/twintap.cpp
+++ b/src/devices/bus/snes_ctrl/twintap.cpp
@@ -20,7 +20,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type SNES_TWINTAP = &device_creator<snes_twintap_device>;
+const device_type SNES_TWINTAP = device_creator<snes_twintap_device>;
static INPUT_PORTS_START( snes_twintap )