summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ql/pcml_qdisk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ql/pcml_qdisk.cpp')
-rw-r--r--src/devices/bus/ql/pcml_qdisk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ql/pcml_qdisk.cpp b/src/devices/bus/ql/pcml_qdisk.cpp
index ed92c569509..7b3d7b25e6c 100644
--- a/src/devices/bus/ql/pcml_qdisk.cpp
+++ b/src/devices/bus/ql/pcml_qdisk.cpp
@@ -69,7 +69,7 @@ void pcml_q_disk_interface_device::device_start()
// read -
//-------------------------------------------------
-uint8_t pcml_q_disk_interface_device::read(offs_t offset, uint8_t data)
+uint8_t pcml_q_disk_interface_device::read(address_space &space, offs_t offset, uint8_t data)
{
return data;
}
@@ -79,6 +79,6 @@ uint8_t pcml_q_disk_interface_device::read(offs_t offset, uint8_t data)
// write -
//-------------------------------------------------
-void pcml_q_disk_interface_device::write(offs_t offset, uint8_t data)
+void pcml_q_disk_interface_device::write(address_space &space, offs_t offset, uint8_t data)
{
}