wd_fdc : when seek is done put head on loaded (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-12-13 08:37:41 +00:00
parent a35432b7a7
commit d33e6d0f7c

View File

@ -310,6 +310,7 @@ void wd_fdc_t::seek_continue()
break; break;
case SEEK_DONE: case SEEK_DONE:
status |= S_HLD;
if(command & 0x04) { if(command & 0x04) {
if(!is_ready()) { if(!is_ready()) {
status |= S_RNF; status |= S_RNF;