summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/nsmdsa.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/nsmdsa.cpp')
-rw-r--r--src/devices/bus/s100/nsmdsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/s100/nsmdsa.cpp b/src/devices/bus/s100/nsmdsa.cpp
index a4adcfbe1b5..90d19b3fcb3 100644
--- a/src/devices/bus/s100/nsmdsa.cpp
+++ b/src/devices/bus/s100/nsmdsa.cpp
@@ -105,7 +105,7 @@ void s100_mds_a_device::device_reset()
// s100_smemr_r - memory read
//-------------------------------------------------
-uint8_t s100_mds_a_device::s100_smemr_r(address_space &space, offs_t offset)
+uint8_t s100_mds_a_device::s100_smemr_r(offs_t offset)
{
return 0xff;
}