Tweaks to PIT latch operation - Juko XT now boots again.

This commit is contained in:
TomW 2015-09-15 21:53:45 +01:00
commit 6b82be0624
2 changed files with 7 additions and 2 deletions

View file

@ -213,6 +213,7 @@ typedef struct PIT
int count[3];
int using_timer[3];
int initial[3];
int latched[3];
} PIT;
PIT pit;