mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
Fix for loading save-state - eg. where 'AS-S2_End Credits' & 'OMT-PAL' lost their precise frame cycle
This commit is contained in:
parent
a07ba4ade0
commit
408f5fe42f
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user