Fixed PDP-10 test panel updates
This commit is contained in:
parent
ef70ed74b3
commit
da3bb4740c
8 changed files with 17 additions and 29 deletions
|
|
@ -323,19 +323,7 @@ class PanelPDP10 extends Component {
|
|||
}
|
||||
|
||||
switch (sBinding) {
|
||||
case 'R0':
|
||||
case 'R1':
|
||||
case 'R2':
|
||||
case 'R3':
|
||||
case 'R4':
|
||||
case 'R5':
|
||||
case 'R6':
|
||||
case 'R7':
|
||||
case 'NF':
|
||||
case 'ZF':
|
||||
case 'VF':
|
||||
case 'CF':
|
||||
case 'PS':
|
||||
case 'PC':
|
||||
this.bindings[sBinding] = control;
|
||||
this.cLiveRegs++;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue