igfx: fix wrong cursor position register address
This commit is contained in:
parent
66d0bb89a4
commit
0c91d121f0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue