From 78b41121067fb0f98ff01351e089d8697e0b9a6c Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Fri, 19 Jun 2015 11:08:01 -0700 Subject: [PATCH] dumpCard() notes --- modules/pcjs/lib/video.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/pcjs/lib/video.js b/modules/pcjs/lib/video.js index 4e9cf190f..361f256b7 100644 --- a/modules/pcjs/lib/video.js +++ b/modules/pcjs/lib/video.js @@ -2257,6 +2257,10 @@ Card.prototype.dumpCard = function() */ } + /* + * TODO: This simply dumps the last value read from the STATUS1 register, not necessarily + * its current state; consider dumping getRetraceBits() instead of (or in addition to) this. + */ this.dumpRegs(" STATUS1", this.regStatus); if (this.nCard == Video.CARD.MDA || this.nCard == Video.CARD.CGA) {