diff options
Diffstat (limited to 'src/devices/machine/pci.h')
-rw-r--r-- | src/devices/machine/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/pci.h b/src/devices/machine/pci.h index a88f0a3b7fb..9650efa8132 100644 --- a/src/devices/machine/pci.h +++ b/src/devices/machine/pci.h @@ -82,6 +82,8 @@ public: virtual DECLARE_READ8_MEMBER(capptr_r); protected: + optional_memory_region m_region; + enum { M_MEM = 0, M_IO = 1, |