Fixed serial port transmitter interrupts, and added a new blog post (RetroReview: SPEEDUP)

This commit is contained in:
Jeff 2017-07-22 23:08:46 -07:00 committed by Jeff Parsons
commit a85662632c
8 changed files with 810 additions and 541 deletions

View file

@ -3785,7 +3785,7 @@ class DebuggerX86 extends Debugger {
}
if (sComment && fComplete) {
sLine = Str.pad(sLine, dbgAddrIns.fAddr32? 74 : 56) + ';' + sComment;
sLine = Str.pad(sLine, dbgAddrIns.fAddr32? 74 : 62) + ';' + sComment;
if (!this.cpu.flags.checksum) {
sLine += (nSequence != null? '=' + nSequence.toString() : "");
} else {