A7800Hawk: move video provider out of maria

This commit is contained in:
alyosha-tas 2017-07-31 12:13:03 -04:00 committed by GitHub
parent 019b5ae2ce
commit edfc2ca576
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
_capChargeStart = 0;
_capCharging = false;
AudioClocks = 0;
_spf = (Core.maria._frameHz > 55) ? 740 : 880;
_spf = (Core._frameHz > 55) ? 740 : 880;
_doTicks = false;
}