Tweaks to PIT latch operation - Juko XT now boots again.
This commit is contained in:
parent
cedad6dba0
commit
6b82be0624
2 changed files with 7 additions and 2 deletions
|
|
@ -213,6 +213,7 @@ typedef struct PIT
|
|||
int count[3];
|
||||
int using_timer[3];
|
||||
int initial[3];
|
||||
int latched[3];
|
||||
} PIT;
|
||||
|
||||
PIT pit;
|
||||
|
|
|
|||
Loading…
Reference in a new issue