summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd11c00_17.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd11c00_17.cpp')
-rw-r--r--src/devices/machine/wd11c00_17.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/devices/machine/wd11c00_17.cpp b/src/devices/machine/wd11c00_17.cpp
index 499601c943f..b0d58034f6d 100644
--- a/src/devices/machine/wd11c00_17.cpp
+++ b/src/devices/machine/wd11c00_17.cpp
@@ -301,6 +301,15 @@ WRITE8_MEMBER( wd11c00_17_device::io_w )
//-------------------------------------------------
+// dack3_w -
+//-------------------------------------------------
+
+WRITE_LINE_MEMBER(wd11c00_17_device::dack3_w)
+{
+}
+
+
+//-------------------------------------------------
// dack_r -
//-------------------------------------------------