This commit is contained in:
tomcw
2016-09-16 23:05:39 +01:00
parent 1ac0fc8657
commit 09fa6ccef5
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1168,9 +1168,10 @@ void VideoRefreshScreen ( int bVideoModeFlags, UINT uDelayRefresh /* =0 */ )
DebugRefresh(0);
#endif
if( bVideoModeFlags )
if (g_nAppMode == MODE_DEBUG || g_nAppMode == MODE_PAUSED)
{
NTSC_SetVideoMode( bVideoModeFlags );
if (g_nAppMode == MODE_DEBUG)
NTSC_SetVideoMode( bVideoModeFlags );
NTSC_VideoUpdateCycles( VIDEO_SCANNER_6502_CYCLES );
}