Stack trace command actually works now
This commit is contained in:
parent
6a4d7c748c
commit
ad95e93740
2 changed files with 64 additions and 15 deletions
|
|
@ -2080,13 +2080,13 @@ Card.prototype.dumpCard = function()
|
|||
this.dumpRegs("CRTC", this.regCRTIndx, this.regCRTData, this.asCRTCRegs);
|
||||
|
||||
if (this.nCard == Video.CARD.MDA || this.nCard == Video.CARD.CGA) {
|
||||
this.dumpRegs(" MODEREG", this.regMode);
|
||||
this.dumpRegs(" MODEREG", this.regMode);
|
||||
}
|
||||
|
||||
this.dumpRegs(" STATUS1", this.regStatus);
|
||||
this.dumpRegs(" STATUS1", this.regStatus);
|
||||
|
||||
if (this.nCard == Video.CARD.CGA) {
|
||||
this.dumpRegs(" COLOR", this.regColor);
|
||||
this.dumpRegs(" COLOR", this.regColor);
|
||||
}
|
||||
|
||||
if (this.nCard >= Video.CARD.EGA) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue