mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
parent
39a794edb1
commit
4e8a667e91
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user