Added level-sensitive IRQs on PIIX and SiS497. Fixes hanging audio with AudioPCI on Windows 2000.

This commit is contained in:
SarahW 2018-03-24 15:29:10 +00:00
commit 6412d01deb
5 changed files with 53 additions and 4 deletions

View file

@ -363,6 +363,7 @@ typedef struct PIC
int icw;
uint8_t vector;
int read;
uint8_t level_sensitive;
} PIC;
PIC pic,pic2;