mirror of
https://github.com/holub/mame
synced 2025-07-10 20:24:49 +03:00
upd765: clear wc if the found sector has the correct cyl in the address field
This commit is contained in:
parent
d464f33772
commit
65560457ac
@ -1897,6 +1897,7 @@ void upd765_family_device::read_data_continue(floppy_info &fi)
|
||||
return;
|
||||
}
|
||||
st1 &= ~ST1_ND;
|
||||
st2 &= ~ST2_WC;
|
||||
LOGRW("reading sector %02x %02x %02x %02x\n",
|
||||
cur_live.idbuf[0],
|
||||
cur_live.idbuf[1],
|
||||
|
Loading…
Reference in New Issue
Block a user