diff options
Diffstat (limited to 'src/devices/machine/wd_fdc.cpp')
-rw-r--r-- | src/devices/machine/wd_fdc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/wd_fdc.cpp b/src/devices/machine/wd_fdc.cpp index 4e4f03bb6e9..3ba43855aa9 100644 --- a/src/devices/machine/wd_fdc.cpp +++ b/src/devices/machine/wd_fdc.cpp @@ -919,6 +919,7 @@ void wd_fdc_device_base::write_track_continue() format_description_string += buf; } LOGDESC("track description %s\n", format_description_string.c_str()); + drop_drq(); command_end(); return; |