Reworked floppy handling a bit, fixes booting from floppies;
Applied mainline PCem commit that fixes Windows 3.1.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user