Merge branch 'master' into gh-pages
This commit is contained in:
commit
a7f9667b55
24 changed files with 1070 additions and 915 deletions
|
|
@ -32,8 +32,6 @@ and tell it to convert the constructor to a class; for example:
|
|||
/**
|
||||
* BusPDP11(parmsBus, cpu, dbg)
|
||||
*
|
||||
* ...
|
||||
*
|
||||
* @constructor
|
||||
* @extends Component
|
||||
* @param {Object} parmsBus
|
||||
|
|
@ -53,8 +51,6 @@ class BusPDP11 extends Component {
|
|||
/**
|
||||
* BusPDP11(parmsBus, cpu, dbg)
|
||||
*
|
||||
* ...
|
||||
*
|
||||
* @param {Object} parmsBus
|
||||
* @param {CPUStatePDP11} cpu
|
||||
* @param {DebuggerPDP11} dbg
|
||||
|
|
|
|||
Loading…
Reference in a new issue