summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/interpro_ioga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/interpro_ioga.h')
-rw-r--r--src/mame/machine/interpro_ioga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/interpro_ioga.h b/src/mame/machine/interpro_ioga.h
index 3d7795cd259..88273eff95d 100644
--- a/src/mame/machine/interpro_ioga.h
+++ b/src/mame/machine/interpro_ioga.h
@@ -468,7 +468,7 @@ public:
virtual DECLARE_ADDRESS_MAP(map, 32) override;
DECLARE_WRITE16_MEMBER(eth_w);
- DECLARE_READ16_MEMBER(eth_r) const;
+ DECLARE_READ16_MEMBER(eth_r);
protected:
virtual TIMER_CALLBACK_MEMBER(eth_reset) override;
@@ -510,7 +510,7 @@ public:
virtual DECLARE_ADDRESS_MAP(map, 32) override;
DECLARE_WRITE32_MEMBER(eth_w);
- DECLARE_READ32_MEMBER(eth_r) const;
+ DECLARE_READ32_MEMBER(eth_r);
protected:
virtual TIMER_CALLBACK_MEMBER(eth_reset) override;