Reworked floppy handling a bit, fixes booting from floppies;

Applied mainline PCem commit that fixes Windows 3.1.
This commit is contained in:
OBattler
2016-11-09 00:15:43 +01:00
parent e2a2815b01
commit 02014df53a
6 changed files with 170 additions and 173 deletions

View File

@@ -13,6 +13,7 @@ typedef struct
double (*byteperiod)(int drive);
void (*stop)(int drive);
void (*poll)(int drive, int side);
void (*advance)(int drive);
} DRIVE;
extern DRIVE drives[2];