Skip to content

Commit

Permalink
Fix for loading save-state - eg. where 'AS-S2_End Credits' & 'OMT-PAL…
Browse files Browse the repository at this point in the history
…' lost their precise frame cycle
  • Loading branch information
tomcw committed Dec 11, 2021
1 parent a07ba4a commit 408f5fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/NTSC.cpp
Expand Up @@ -2404,7 +2404,6 @@ static bool CheckVideoTables2( eApple2Type type, uint32_t mode )

GetVideo().SetVideoMode(mode);

g_dwCyclesThisFrame = 0;
g_nVideoClockHorz = g_nVideoClockVert = 0;

for (DWORD cycles=0; cycles<VIDEO_SCANNER_MAX_VERT*VIDEO_SCANNER_MAX_HORZ; cycles++)
Expand Down

0 comments on commit 408f5fe

Please sign in to comment.