summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet/c2n.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pet/c2n.cpp')
-rw-r--r--src/devices/bus/pet/c2n.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/pet/c2n.cpp b/src/devices/bus/pet/c2n.cpp
index c13223f965a..6276aab8fd4 100644
--- a/src/devices/bus/pet/c2n.cpp
+++ b/src/devices/bus/pet/c2n.cpp
@@ -15,9 +15,9 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C2N = &device_creator<c2n_device>;
-const device_type C1530 = &device_creator<c1530_device>;
-const device_type C1531 = &device_creator<c1531_device>;
+const device_type C2N = device_creator<c2n_device>;
+const device_type C1530 = device_creator<c1530_device>;
+const device_type C1531 = device_creator<c1531_device>;
//-------------------------------------------------