Fixed serial port transmitter interrupts, and added a new blog post (RetroReview: SPEEDUP)
This commit is contained in:
parent
b7e424a46c
commit
a85662632c
8 changed files with 810 additions and 541 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue