PC8080's Debugger8080 wasn't properly subclassing Debugger
This commit is contained in:
parent
8984cbc2ed
commit
e865857c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ function Debugger8080(parmsDbg)
|
|||
{
|
||||
if (DEBUGGER) {
|
||||
|
||||
Component.call(this, "Debugger", parmsDbg, Debugger8080);
|
||||
Debugger.call(this, parmsDbg);
|
||||
|
||||
this.style = Debugger8080.STYLE_8080;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue