mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +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;
|
st2 |= ST2_WC|ST2_BC;
|
||||||
else
|
else
|
||||||
st2 |= ST2_WC;
|
st2 |= ST2_WC;
|
||||||
fi.st0 |= ST0_FAIL;
|
|
||||||
fi.sub_state = COMMAND_DONE;
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
live_start(fi, SEARCH_ADDRESS_MARK_HEADER);
|
live_start(fi, SEARCH_ADDRESS_MARK_HEADER);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user