Reverted rev 339. Fixes Adlib Gold jukebox.
Disable PIT timer operation between write of control word and initial count. Lemmings High Performance PC mode now works without incorrect rev 339 commit.
This commit is contained in:
parent
b79be95623
commit
6602a32304
3 changed files with 17 additions and 3 deletions
|
|
@ -214,6 +214,7 @@ typedef struct PIT
|
|||
int using_timer[3];
|
||||
int initial[3];
|
||||
int latched[3];
|
||||
int disabled[3];
|
||||
} PIT;
|
||||
|
||||
PIT pit;
|
||||
|
|
|
|||
Loading…
Reference in a new issue