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) {