summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/djdma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/djdma.cpp')
-rw-r--r--src/devices/bus/s100/djdma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/s100/djdma.cpp b/src/devices/bus/s100/djdma.cpp
index 39522d321b4..0ee7dab0a0c 100644
--- a/src/devices/bus/s100/djdma.cpp
+++ b/src/devices/bus/s100/djdma.cpp
@@ -146,7 +146,7 @@ void s100_djdma_device::device_reset()
// s100_sout_w - I/O write
//-------------------------------------------------
-void s100_djdma_device::s100_sout_w(address_space &space, offs_t offset, uint8_t data)
+void s100_djdma_device::s100_sout_w(offs_t offset, uint8_t data)
{
// O4 = /ATTN (responds to address EF only)
if (!BIT(m_cmdaddr[offset & 0xff], 3))