PIT now supports read-back of timer status - Sidewinder Windows 9x driver setup no longer hangs.

This commit is contained in:
SarahW 2016-06-21 21:55:06 +01:00
commit 9021d9f2c2
2 changed files with 29 additions and 1 deletions

View file

@ -227,6 +227,9 @@ typedef struct PIT
int initial[3];
int latched[3];
int disabled[3];
uint8_t read_status[3];
int do_read_status[3];
} PIT;
PIT pit;