summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lpci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lpci.cpp')
-rw-r--r--src/devices/machine/lpci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lpci.cpp b/src/devices/machine/lpci.cpp
index c5b53baa840..ac94da1be17 100644
--- a/src/devices/machine/lpci.cpp
+++ b/src/devices/machine/lpci.cpp
@@ -80,7 +80,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type PCI_BUS_LEGACY = &device_creator<pci_bus_legacy_device>;
+const device_type PCI_BUS_LEGACY = device_creator<pci_bus_legacy_device>;
//**************************************************************************
// LIVE DEVICE