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
|
|
@ -1,5 +1,6 @@
|
|||
void pic_init();
|
||||
void pic2_init();
|
||||
void pic_init_elcrx();
|
||||
void pic_reset();
|
||||
|
||||
void picint(uint16_t num);
|
||||
|
|
|
|||
Loading…
Reference in a new issue