Started work on PDP-10 logical operations
This commit is contained in:
parent
796a23ce6c
commit
616f9d4cda
7 changed files with 468 additions and 503 deletions
|
|
@ -396,7 +396,7 @@ class MemoryPDP10 {
|
|||
this.dbg.printMessage("attempt to read invalid address " + this.dbg.toStrBase(addr), true);
|
||||
}
|
||||
this.bus.fault(addr);
|
||||
return PDP10.DATA_INVALID;
|
||||
return PDP10.WORD_INVALID;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue