Cleaned up PDP-11/70 configs
This commit is contained in:
parent
2a1be67727
commit
854b40c419
28 changed files with 531 additions and 261 deletions
|
|
@ -1152,7 +1152,7 @@ if (DEBUGGER) {
|
|||
DebuggerPDP11.prototype.message = function(sMessage, fAddress)
|
||||
{
|
||||
if (fAddress) {
|
||||
sMessage += " @" + this.toStrAddr(this.newAddr(this.cpu.getPC()));
|
||||
sMessage += " @" + this.toStrAddr(this.newAddr(this.cpu.getLastPC()));
|
||||
}
|
||||
|
||||
if (this.bitsMessage & MessagesPDP11.BUFFER) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue