mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
wd_fdc: Use the new active()
This commit is contained in:
parent
20718ee422
commit
acd8d3c144
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ void wd_fdc_device_base::command_end()
|
|||
motor_timeout = 0;
|
||||
|
||||
if(!drq && (status & S_BUSY)) {
|
||||
if (!t_cmd->enabled()) {
|
||||
if (!t_cmd->running()) {
|
||||
status &= ~S_BUSY;
|
||||
}
|
||||
intrq = true;
|
||||
|
|
Loading…
Reference in a new issue