Applied mainline PCem commit: Force re-seek on disc loading - fixes issues with disc change not seen on some models.

This commit is contained in:
OBattler
2016-09-04 23:28:17 +02:00
parent b7f65469b3
commit c081716668

View File

@@ -107,6 +107,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++;