summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/comx_epr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/comx_epr.h')
-rw-r--r--src/mess/machine/comx_epr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/comx_epr.h b/src/mess/machine/comx_epr.h
index 195bcaf61e7..e47d4da10d2 100644
--- a/src/mess/machine/comx_epr.h
+++ b/src/mess/machine/comx_epr.h
@@ -41,8 +41,8 @@ protected:
virtual void device_config_complete() { m_shortname = "comx_epr"; }
// device_comx_expansion_card_interface overrides
- virtual UINT8 comx_mrd_r(offs_t offset, int *extrom);
- virtual void comx_io_w(offs_t offset, UINT8 data);
+ virtual UINT8 comx_mrd_r(address_space &space, offs_t offset, int *extrom);
+ virtual void comx_io_w(address_space &space, offs_t offset, UINT8 data);
private:
UINT8 m_select;