summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/vme.cpp')
-rw-r--r--src/devices/bus/vme/vme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vme/vme.cpp b/src/devices/bus/vme/vme.cpp
index 96748316508..c4245ebc0a5 100644
--- a/src/devices/bus/vme/vme.cpp
+++ b/src/devices/bus/vme/vme.cpp
@@ -98,7 +98,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type VME_SLOT = &device_creator<vme_slot_device>;
+const device_type VME_SLOT = device_creator<vme_slot_device>;
//-------------------------------------------------
// vme_slot_device - constructor
@@ -210,7 +210,7 @@ SLOT_INTERFACE_END
// VME device P1
//
-const device_type VME = &device_creator<vme_device>;
+const device_type VME = device_creator<vme_device>;
// static_set_cputag - used to be able to lookup the CPU owning this VME bus
void vme_device::static_set_cputag(device_t &device, const char *tag)