PIT now supports read-back of timer status - Sidewinder Windows 9x driver setup no longer hangs.
This commit is contained in:
parent
01ad1ed98c
commit
9021d9f2c2
2 changed files with 29 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue