Made reg 0x53 (read only) default temp val to 0x70 to satisfy xgaaidos.sys's detection.
Apparently MCA Audio cards always want auto-init enabled.
This commit is contained in:
@@ -577,7 +577,7 @@ xga_ext_inb(uint16_t addr, void *p)
|
||||
ret = 0x0b;
|
||||
break;
|
||||
case 0x53:
|
||||
ret = 0xb0;
|
||||
ret = 0x70;
|
||||
break;
|
||||
case 0x54:
|
||||
ret = xga->clk_sel_1;
|
||||
|
||||
Reference in New Issue
Block a user