Made sure Sector not found will be issued in case of data rate or RPM mismatch.

This commit is contained in:
OBattler
2016-10-09 00:24:25 +02:00
parent 1280a4b1a9
commit e9c9adf988

View File

@@ -2260,7 +2260,7 @@ void d86f_poll_find_nf(int drive, int side)
break;
case BYTE_IDAM:
d86f[drive].id_am_counter++;
if (d86f_can_read_address(drive)) d86f[drive].id_am_counter++;
d86f_calccrc(drive, d86f[drive].track_data_byte);
break;