PC8080's Debugger8080 wasn't properly subclassing Debugger

This commit is contained in:
Jeff Parsons 2016-09-20 08:39:03 -07:00 committed by Jeff Parsons
commit e865857c4b

View file

@ -86,7 +86,7 @@ function Debugger8080(parmsDbg)
{
if (DEBUGGER) {
Component.call(this, "Debugger", parmsDbg, Debugger8080);
Debugger.call(this, parmsDbg);
this.style = Debugger8080.STYLE_8080;