turn off dendy if we're loading a pal rom

This commit is contained in:
feos-tas 2016-07-05 18:36:04 +00:00
parent 4869518747
commit 3525cbc095
1 changed files with 3 additions and 0 deletions

View File

@ -874,6 +874,9 @@ void FCEU_ResetVidSys(void) {
PAL = w ? 1 : 0;
if (PAL)
dendy = 0;
if (newppu)
overclock_enabled = 0;