Delay any video mode change by 1 cycle (#654)

This commit is contained in:
tomcw
2019-06-15 18:15:00 +01:00
parent 3fbe416424
commit e6e52ffcf4
3 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -675,7 +675,7 @@ BYTE VideoSetMode(WORD, WORD address, BYTE write, BYTE, ULONG uExecutedCycles)
if (!IS_APPLE2)
RGB_SetVideoMode(address);
NTSC_SetVideoMode( g_uVideoMode );
NTSC_SetVideoMode( g_uVideoMode, true );
return MemReadFloatingBus(uExecutedCycles);
}