Simplified access to controller definitions using class constants
This commit is contained in:
parent
138b2534e5
commit
cdabaafaf1
3 changed files with 127 additions and 107 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