The Virge's and Riva's are now hardcoded to IRQ 3.

This commit is contained in:
OBattler
2017-02-17 02:18:28 +01:00
parent 77013e34c9
commit a04b47688e
2 changed files with 4 additions and 2 deletions

View File

@@ -2249,7 +2249,8 @@ static uint8_t riva128_pci_read(int func, int addr, void *p)
break;
case 0x3c:
ret = riva128->pci_regs[0x3c];
// ret = riva128->pci_regs[0x3c];
ret = 0x03;
break;
case 0x3d:

View File

@@ -3686,7 +3686,8 @@ static uint8_t s3_virge_pci_read(int func, int addr, void *p)
case 0x32: ret = virge->pci_regs[0x32]; break;
case 0x33: ret = virge->pci_regs[0x33]; break;
case 0x3c: ret = virge->pci_regs[0x3c]; break;
// case 0x3c: ret = virge->pci_regs[0x3c]; break;
case 0x3c: ret = 0x03; break;
case 0x3d: ret = 0x01; break; /*INTA*/