mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user