summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/4score.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes_ctrl/4score.cpp')
-rw-r--r--src/devices/bus/nes_ctrl/4score.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/nes_ctrl/4score.cpp b/src/devices/bus/nes_ctrl/4score.cpp
index d3fafdd15bf..ee2dc33db49 100644
--- a/src/devices/bus/nes_ctrl/4score.cpp
+++ b/src/devices/bus/nes_ctrl/4score.cpp
@@ -37,8 +37,8 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type NES_4SCORE_P1P3 = &device_creator<nes_4score_p1p3_device>;
-const device_type NES_4SCORE_P2P4 = &device_creator<nes_4score_p2p4_device>;
+const device_type NES_4SCORE_P1P3 = device_creator<nes_4score_p1p3_device>;
+const device_type NES_4SCORE_P2P4 = device_creator<nes_4score_p2p4_device>;
static INPUT_PORTS_START( nes_4score_p1p3 )