Increase Banshee revision to 3, matching my real CL Banshee card. Removes

the need for any fogTable hack, which is in any case inconsistently applied
by drivers and I think may only be needed on pre-production devices.
This commit is contained in:
SarahW 2020-08-27 08:31:43 +01:00
commit 1915149391
2 changed files with 1 additions and 4 deletions

View file

@ -1808,7 +1808,7 @@ static uint8_t banshee_pci_read(int func, int addr, void *p)
case 0x07: ret = banshee->pci_regs[0x07] & 0x36; break;
case 0x08: ret = 1; break; /*Revision ID*/
case 0x08: ret = 3; break; /*Revision ID*/
case 0x09: ret = 0; break; /*Programming interface*/
case 0x0a: ret = 0x00; break; /*Supports VGA interface*/