PDP-11 command-line (Node-based) operation is finally working
This commit is contained in:
parent
ded8f15e86
commit
4b345bb3d2
19 changed files with 552 additions and 438 deletions
|
|
@ -102,7 +102,7 @@ class BusPDP11 extends Component {
|
|||
* Supported values for nBusWidth are 16 (default), 18, and 22. This represents the maximum size
|
||||
* of the bus for the life of the machine, regardless what memory management mode the CPU has enabled.
|
||||
*/
|
||||
this.nBusWidth = parmsBus['busWidth'] || 16;
|
||||
this.nBusWidth = +parmsBus['busWidth'] || 16;
|
||||
|
||||
/*
|
||||
* Compute all BusPDP11 memory block parameters now, based on the width of the bus.
|
||||
|
|
|
|||
Loading…
Reference in a new issue