Timer enable switches are 64-bit;

Floppy reads/writes now correctly finish at gaps;
Sector-based reads/writes no longer cause a delay when signaling finish.
This commit is contained in:
OBattler
2016-08-21 03:42:24 +02:00
parent a924f37f43
commit d860ea79ed
12 changed files with 111 additions and 62 deletions

View File

@@ -37,7 +37,7 @@ int drive_empty[2] = {1, 1};
int disc_changed[2];
int motorspin;
int motoron;
int64_t motoron;
int fdc_indexcount = 52;