This commit is contained in:
Olivier Galibert 2014-09-24 14:26:11 +00:00
parent cf8ff5d802
commit 07369aa097

View File

@ -1684,7 +1684,7 @@ void wd_fdc_t::live_run(attotime limit)
}
cur_live.bit_counter = 0;
if((cur_live.data_reg & 0xfe) != 0xf8)
if((cur_live.data_reg & 0xfe) == 0xf8)
status |= S_DDM;
live_delay(READ_SECTOR_DATA);
return;