summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vrc5074.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/vrc5074.h')
-rw-r--r--src/devices/machine/vrc5074.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/devices/machine/vrc5074.h b/src/devices/machine/vrc5074.h
index 375a02677b5..dcb1487de00 100644
--- a/src/devices/machine/vrc5074.h
+++ b/src/devices/machine/vrc5074.h
@@ -72,8 +72,11 @@ protected:
virtual void device_reset() override;
private:
- static constexpr int AS_PCI_MEM = 1;
- static constexpr int AS_PCI_IO = 2;
+ enum
+ {
+ AS_PCI_MEM = 1,
+ AS_PCI_IO = 2
+ };
mips3_device *m_cpu;
const char *cpu_tag;