igfx: fix wrong cursor position register address

This commit is contained in:
cinap_lenrek 2015-01-17 04:00:36 +01:00
parent 66d0bb89a4
commit 0c91d121f0

View file

@ -297,7 +297,7 @@ snarfpipe(Igfx *igfx, int x)
p->cur->cntr = snarfreg(igfx, 0x70080 + x*0x40);
p->cur->base = snarfreg(igfx, 0x70084 + x*0x40);
p->cur->pos = snarfreg(igfx, 0x7008C + x*0x40);
p->cur->pos = snarfreg(igfx, 0x70088 + x*0x40);
break;
}
}