summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo_ctrl/mahjong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo_ctrl/mahjong.cpp')
-rw-r--r--src/devices/bus/neogeo_ctrl/mahjong.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/neogeo_ctrl/mahjong.cpp b/src/devices/bus/neogeo_ctrl/mahjong.cpp
index 2eeb5b7586f..149c252f386 100644
--- a/src/devices/bus/neogeo_ctrl/mahjong.cpp
+++ b/src/devices/bus/neogeo_ctrl/mahjong.cpp
@@ -13,8 +13,8 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type NEOGEO_MJCTRL_AC = &device_creator<neogeo_mjctrl_ac_device>;
-const device_type NEOGEO_MJCTRL = &device_creator<neogeo_mjctrl_device>;
+const device_type NEOGEO_MJCTRL_AC = device_creator<neogeo_mjctrl_ac_device>;
+const device_type NEOGEO_MJCTRL = device_creator<neogeo_mjctrl_device>;
static INPUT_PORTS_START( neogeo_mj_ac )