From a2dfb639d4dd312d5a9cf54e96a999f856e5d55e Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sun, 14 May 2017 19:29:53 -0400 Subject: [PATCH] Update Atari2600.Core.cs Fix #838 --- BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs index 9c2b213250..a6b6c2266f 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs @@ -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