summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/pci.h')
-rw-r--r--src/emu/machine/pci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/pci.h b/src/emu/machine/pci.h
index 98dbe0b2774..7398077cb78 100644
--- a/src/emu/machine/pci.h
+++ b/src/emu/machine/pci.h
@@ -9,6 +9,8 @@
#ifndef PCI_H
#define PCI_H
+#include "devlegcy.h"
+
/***************************************************************************
TYPE DEFINITIONS
@@ -62,9 +64,7 @@ WRITE64_DEVICE_HANDLER( pci_64be_w );
/* ----- device interface ----- */
-/* device get info callback */
-#define PCI_BUS DEVICE_GET_INFO_NAME(pci_bus)
-DEVICE_GET_INFO( pci_bus );
+DECLARE_LEGACY_DEVICE(PCI_BUS, pci_bus);
#endif /* PCI_H */