From 4e8a667e91a13c6193a816ad51f57770643d5d04 Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 1 Nov 2022 18:14:23 +0100 Subject: Revert "wd_fdc: Use the new active()" This reverts commit acd8d3c144c8ec287d5d9a13fa61d079b4cfa618. --- src/devices/machine/wd_fdc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/wd_fdc.cpp b/src/devices/machine/wd_fdc.cpp index 253f9e5a19d..027d7c81ba8 100644 --- a/src/devices/machine/wd_fdc.cpp +++ b/src/devices/machine/wd_fdc.cpp @@ -355,7 +355,7 @@ void wd_fdc_device_base::command_end() motor_timeout = 0; if(!drq && (status & S_BUSY)) { - if (!t_cmd->running()) { + if (!t_cmd->enabled()) { status &= ~S_BUSY; } intrq = true; -- cgit v1.2.3