From fa75f517d1f13c733235688f9924e5cd24f3303d Mon Sep 17 00:00:00 2001 From: Mark Garlanger Date: Sat, 1 Jun 2024 19:49:14 -0500 Subject: machine/wd_fdc.cpp: lower drq at the end of track write (#12414) --- src/devices/machine/wd_fdc.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3