mirror of https://github.com/stella-emu/stella.git
fixed #275
This commit is contained in:
parent
3d879d0080
commit
1213c973dc
|
@ -80,8 +80,6 @@ Debugger::Debugger(OSystem& osystem, Console& console)
|
||||||
// there will only be ever one instance of debugger in Stella,
|
// there will only be ever one instance of debugger in Stella,
|
||||||
// I don't care :)
|
// I don't care :)
|
||||||
myStaticDebugger = this;
|
myStaticDebugger = this;
|
||||||
|
|
||||||
saveOldState();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
@ -110,6 +108,8 @@ void Debugger::initialize()
|
||||||
myBaseDialog = myDialog;
|
myBaseDialog = myDialog;
|
||||||
|
|
||||||
myCartDebug->setDebugWidget(&(myDialog->cartDebug()));
|
myCartDebug->setDebugWidget(&(myDialog->cartDebug()));
|
||||||
|
|
||||||
|
saveOldState();
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue