Fixed typo when reading SR[17] on Cirrus Logic cards.
This commit is contained in:
parent
a9509e04ee
commit
4b061cdcf4
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ uint8_t gd5429_in(uint16_t addr, void *p)
|
||||||
return ((svga->seqregs[6] & 0x17) == 0x12) ? 0x12 : 0x0f;
|
return ((svga->seqregs[6] & 0x17) == 0x12) ? 0x12 : 0x0f;
|
||||||
|
|
||||||
case 0x17:
|
case 0x17:
|
||||||
temp = svga->gdcreg[0x17];
|
temp = svga->seqregs[0x17];
|
||||||
temp &= ~(7 << 3);
|
temp &= ~(7 << 3);
|
||||||
if (gd5429->type == CL_TYPE_GD5429)
|
if (gd5429->type == CL_TYPE_GD5429)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue