summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/interpro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/interpro.h')
-rw-r--r--src/mame/includes/interpro.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/interpro.h b/src/mame/includes/interpro.h
index 32db12daba8..2f7ceb6fee7 100644
--- a/src/mame/includes/interpro.h
+++ b/src/mame/includes/interpro.h
@@ -80,6 +80,7 @@ public:
, m_scsibus(*this, INTERPRO_SCSI_TAG)
, m_eth(*this, INTERPRO_ETH_TAG)
, m_ioga(*this, INTERPRO_IOGA_TAG)
+ , m_eprom(*this, INTERPRO_EPROM_TAG)
, m_softlist(*this, "softlist")
, m_diag_led(*this, "digit0")
{
@@ -97,6 +98,7 @@ public:
required_device<nscsi_bus_device> m_scsibus;
required_device<i82586_base_device> m_eth;
required_device<interpro_ioga_device> m_ioga;
+ required_region_ptr<u16> m_eprom;
required_device<software_list_device> m_softlist;