summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_fccpu20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/vme_fccpu20.cpp')
-rw-r--r--src/devices/bus/vme/vme_fccpu20.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/bus/vme/vme_fccpu20.cpp b/src/devices/bus/vme/vme_fccpu20.cpp
index aabd7184918..67eb8b033f6 100644
--- a/src/devices/bus/vme/vme_fccpu20.cpp
+++ b/src/devices/bus/vme/vme_fccpu20.cpp
@@ -213,13 +213,13 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type VME_FCCPU20 = &device_creator<vme_fccpu20_card_device>;
-const device_type VME_FCCPU21S = &device_creator<vme_fccpu21s_card_device>;
-const device_type VME_FCCPU21 = &device_creator<vme_fccpu21_card_device>;
-const device_type VME_FCCPU21A = &device_creator<vme_fccpu21a_card_device>;
-const device_type VME_FCCPU21YA = &device_creator<vme_fccpu21ya_card_device>;
-const device_type VME_FCCPU21B = &device_creator<vme_fccpu21b_card_device>;
-const device_type VME_FCCPU21YB = &device_creator<vme_fccpu21yb_card_device>;
+const device_type VME_FCCPU20 = device_creator<vme_fccpu20_card_device>;
+const device_type VME_FCCPU21S = device_creator<vme_fccpu21s_card_device>;
+const device_type VME_FCCPU21 = device_creator<vme_fccpu21_card_device>;
+const device_type VME_FCCPU21A = device_creator<vme_fccpu21a_card_device>;
+const device_type VME_FCCPU21YA = device_creator<vme_fccpu21ya_card_device>;
+const device_type VME_FCCPU21B = device_creator<vme_fccpu21b_card_device>;
+const device_type VME_FCCPU21YB = device_creator<vme_fccpu21yb_card_device>;
#define CLOCK50 XTAL_50MHz /* HCJ */
#define CLOCK40 XTAL_40MHz /* HCJ */