summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/djdma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/djdma.h')
-rw-r--r--src/devices/bus/s100/djdma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/s100/djdma.h b/src/devices/bus/s100/djdma.h
index 29d07c5860f..d9453aef25c 100644
--- a/src/devices/bus/s100/djdma.h
+++ b/src/devices/bus/s100/djdma.h
@@ -34,7 +34,7 @@ protected:
virtual void device_reset() override;
// bus-level overrides;
- virtual void s100_sout_w(address_space &space, offs_t offset, uint8_t data) override;
+ virtual void s100_sout_w(offs_t offset, uint8_t data) override;
// optional information overrides
virtual void device_add_mconfig(machine_config &config) override;