summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/esqpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/esqpanel.cpp')
-rw-r--r--src/mame/machine/esqpanel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/esqpanel.cpp b/src/mame/machine/esqpanel.cpp
index 741e8e71003..e0bdfc823b5 100644
--- a/src/mame/machine/esqpanel.cpp
+++ b/src/mame/machine/esqpanel.cpp
@@ -14,9 +14,9 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type ESQPANEL1x22 = &device_creator<esqpanel1x22_device>;
-const device_type ESQPANEL2x40 = &device_creator<esqpanel2x40_device>;
-const device_type ESQPANEL2x16_SQ1 = &device_creator<esqpanel2x16_sq1_device>;
+const device_type ESQPANEL1x22 = device_creator<esqpanel1x22_device>;
+const device_type ESQPANEL2x40 = device_creator<esqpanel2x40_device>;
+const device_type ESQPANEL2x16_SQ1 = device_creator<esqpanel2x16_sq1_device>;
//**************************************************************************
// LIVE DEVICE