mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
upd765: don't fail immediately on wrong cyl (nw)
This commit is contained in:
parent
9cbda7e838
commit
a6f9a402dc
@ -1634,9 +1634,6 @@ void upd765_family_device::read_data_continue(floppy_info &fi)
|
||||
st2 |= ST2_WC|ST2_BC;
|
||||
else
|
||||
st2 |= ST2_WC;
|
||||
fi.st0 |= ST0_FAIL;
|
||||
fi.sub_state = COMMAND_DONE;
|
||||
break;
|
||||
}
|
||||
live_start(fi, SEARCH_ADDRESS_MARK_HEADER);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user