summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/pci.c')
-rw-r--r--src/emu/machine/pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/machine/pci.c b/src/emu/machine/pci.c
index 5ebe0c3b038..4fb5a3989b2 100644
--- a/src/emu/machine/pci.c
+++ b/src/emu/machine/pci.c
@@ -263,3 +263,6 @@ DEVICE_GET_INFO( pci_bus )
case DEVINFO_STR_CREDITS: strcpy(info->s, "Copyright Nicola Salmoria and the MAME Team"); break;
}
}
+
+
+DEFINE_LEGACY_DEVICE(PCI_BUS, pci_bus);