Fixed the PC8080 CPUState class name
This commit is contained in:
parent
3ae0c3a263
commit
7dc4448f41
15 changed files with 408 additions and 408 deletions
|
|
@ -400,7 +400,7 @@ ChipSet8080.prototype.setBinding = function(sHTMLType, sBinding, control, sValue
|
|||
* @this {ChipSet8080}
|
||||
* @param {Computer8080} cmp
|
||||
* @param {Bus8080} bus
|
||||
* @param {CPUState8080} cpu
|
||||
* @param {CPU8080State} cpu
|
||||
* @param {Debugger8080} dbg
|
||||
*/
|
||||
ChipSet8080.prototype.initBus = function(cmp, bus, cpu, dbg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue