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

@@ -26,7 +26,7 @@ typedef struct pssj_t
int irq;
int64_t timer_count;
int enable;
int64_t enable;
int wave_pos;
int pulse_width;