Fixed rotation in VGA write mode 3
This commit is contained in:
parent
6d7000935c
commit
ab151ca8a5
1 changed files with 1 additions and 0 deletions
|
|
@ -4179,6 +4179,7 @@ Video.prototype.getAccess = function()
|
|||
case Card.GRC.MODE.WRITE.MODE3:
|
||||
if (this.nCard == Video.CARD.VGA) {
|
||||
nWriteAccess = Card.ACCESS.WRITE.MODE3;
|
||||
card.nDataRotate = regDataRotate & Card.GRC.DATAROT.COUNT;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue