summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pci.h')
-rw-r--r--src/devices/machine/pci.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/machine/pci.h b/src/devices/machine/pci.h
index c8a28a72050..53a171cbb21 100644
--- a/src/devices/machine/pci.h
+++ b/src/devices/machine/pci.h
@@ -200,7 +200,10 @@ public:
DECLARE_WRITE16_MEMBER(bridge_control_w);
protected:
- static constexpr int AS_PCI_CONFIG = 0;
+ enum
+ {
+ AS_PCI_CONFIG = 0
+ };
pci_bridge_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);