From ab151ca8a5ac1838cc24665be61877c64f2af7b9 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 6 Jul 2015 18:01:01 -0700 Subject: [PATCH] Fixed rotation in VGA write mode 3 --- modules/pcjs/lib/video.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pcjs/lib/video.js b/modules/pcjs/lib/video.js index 6a1151c5d..b56618eff 100644 --- a/modules/pcjs/lib/video.js +++ b/modules/pcjs/lib/video.js @@ -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: