Fixed rotation in VGA write mode 3

This commit is contained in:
Jeff Parsons 2015-07-06 18:01:01 -07:00
commit ab151ca8a5

View file

@ -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: