summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/eprom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/eprom.cpp')
-rw-r--r--src/devices/bus/comx35/eprom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/comx35/eprom.cpp b/src/devices/bus/comx35/eprom.cpp
index 0267d7c5b62..5fda7492dd5 100644
--- a/src/devices/bus/comx35/eprom.cpp
+++ b/src/devices/bus/comx35/eprom.cpp
@@ -91,7 +91,7 @@ void comx_epr_device::device_reset()
// comx_mrd_r - memory read
//-------------------------------------------------
-uint8_t comx_epr_device::comx_mrd_r(offs_t offset, int *extrom)
+uint8_t comx_epr_device::comx_mrd_r(address_space &space, offs_t offset, int *extrom)
{
uint8_t data = 0;
@@ -113,7 +113,7 @@ uint8_t comx_epr_device::comx_mrd_r(offs_t offset, int *extrom)
// comx_io_w - I/O write
//-------------------------------------------------
-void comx_epr_device::comx_io_w(offs_t offset, uint8_t data)
+void comx_epr_device::comx_io_w(address_space &space, offs_t offset, uint8_t data)
{
if (offset == 1)
{