Added a second S3 ViRGE/DX card, this one with VBE 2.0 BIOS;

Added the ability to use a standalone MPU-401 if the selected sound card is not SB16 or AWE32.
This commit is contained in:
OBattler
2017-06-03 20:32:58 +02:00
parent 85714741ab
commit 224368b791
12 changed files with 255 additions and 15 deletions

View File

@@ -150,7 +150,8 @@ void pci_issue_irq(int irq)
if (irq_elcr)
{
picintlevel(1 << irq);
/* picintlevel(1 << irq); */
picint(1 << irq);
}
else
{