mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Debugger: Correctly repaint AppleII screen when showing it from debugger. (Fixed #746)
This commit is contained in:
@@ -9642,6 +9642,14 @@ void DebugDisplay( BOOL bInitDisasm/*=FALSE*/ )
|
||||
if (bInitDisasm)
|
||||
InitDisasm();
|
||||
|
||||
if (DebugVideoMode::Instance().IsSet())
|
||||
{
|
||||
uint32_t mode = 0;
|
||||
DebugVideoMode::Instance().Get(&mode);
|
||||
VideoRefreshScreen(mode, true);
|
||||
return;
|
||||
}
|
||||
|
||||
UpdateDisplay( UPDATE_ALL );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user