The side processed by poller is now correctly selected by the FDC's HDSEL parameter rather than the H field of the requested sector ID.

This commit is contained in:
OBattler
2016-09-05 20:53:46 +02:00
parent 9eb7ac74bc
commit 21d813cc34
3 changed files with 10 additions and 9 deletions

View File

@@ -1185,7 +1185,7 @@ void d86f_poll_format(int drive, int side)
void d86f_poll()
{
int drive = d86f_drive;
int side = d86f[drive].req_sector.id.h;
int side = fdd_get_head(drive);
if (d86f[drive].state == STATE_FORMAT)
{