Force re-seek on disc loading - fixes issues with disc change not seen on some models.

This commit is contained in:
SarahW 2016-08-16 18:13:41 +01:00
commit 5f6fb407d4

View file

@ -93,6 +93,7 @@ void disc_load(int drive, char *fn)
drive_empty[drive] = 0;
disc_changed[drive] = 1;
strcpy(discfns[drive], fn);
fdd_seek(drive, 0);
return;
}
c++;