summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl/mjpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes_ctrl/mjpanel.cpp')
-rw-r--r--src/devices/bus/nes_ctrl/mjpanel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes_ctrl/mjpanel.cpp b/src/devices/bus/nes_ctrl/mjpanel.cpp
index e807836fd0f..fded1549ca5 100644
--- a/src/devices/bus/nes_ctrl/mjpanel.cpp
+++ b/src/devices/bus/nes_ctrl/mjpanel.cpp
@@ -13,7 +13,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type NES_MJPANEL = &device_creator<nes_mjpanel_device>;
+const device_type NES_MJPANEL = device_creator<nes_mjpanel_device>;
static INPUT_PORTS_START( nes_mjpanel )