summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/pci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/pci.cpp')
-rw-r--r--src/devices/bus/lpci/pci.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/lpci/pci.cpp b/src/devices/bus/lpci/pci.cpp
index 710d04c35af..19e3d3ed63c 100644
--- a/src/devices/bus/lpci/pci.cpp
+++ b/src/devices/bus/lpci/pci.cpp
@@ -80,7 +80,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type PCI_BUS = &device_creator<pci_bus_device>;
+const device_type PCI_BUS = device_creator<pci_bus_device>;
//**************************************************************************
// LIVE DEVICE
@@ -311,7 +311,7 @@ pci_device_interface::~pci_device_interface()
}
-const device_type PCI_CONNECTOR = &device_creator<pci_connector>;
+const device_type PCI_CONNECTOR = device_creator<pci_connector>;
pci_connector::pci_connector(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :