Added level-sensitive IRQs on PIIX and SiS497. Fixes hanging audio with AudioPCI on Windows 2000.
This commit is contained in:
parent
cb4c92c0f2
commit
6412d01deb
5 changed files with 53 additions and 4 deletions
|
|
@ -363,6 +363,7 @@ typedef struct PIC
|
|||
int icw;
|
||||
uint8_t vector;
|
||||
int read;
|
||||
uint8_t level_sensitive;
|
||||
} PIC;
|
||||
|
||||
PIC pic,pic2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue