mirror of
https://github.com/holub/mame
synced 2025-05-03 04:56:45 +03:00
wd_fdc : when seek is done put head on loaded (no whatsnew)
This commit is contained in:
parent
a35432b7a7
commit
d33e6d0f7c
@ -310,6 +310,7 @@ void wd_fdc_t::seek_continue()
|
||||
break;
|
||||
|
||||
case SEEK_DONE:
|
||||
status |= S_HLD;
|
||||
if(command & 0x04) {
|
||||
if(!is_ready()) {
|
||||
status |= S_RNF;
|
||||
|
Loading…
Reference in New Issue
Block a user