Update Atari2600.Core.cs

Fix 
This commit is contained in:
alyosha-tas 2017-05-14 19:29:53 -04:00 committed by GitHub
parent 58500fef0c
commit a2dfb639d4
1 changed files with 2 additions and 0 deletions
BizHawk.Emulation.Cores/Consoles/Atari/2600

View File

@ -368,6 +368,8 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
// some documentation seems to indicate it should beset to FD, but currently there is no documentation of the 6532
// executing a reset sequence at power on, but it's needed so let's hard code it for now
Cpu.S = 0xFD;
SetupMemoryDomains();
}
private void VFrameAdvance() // advance up to 500 lines looking for end of video frame