From 821e2e26e34b0a4c0a25275242ecd852a0e88bad Mon Sep 17 00:00:00 2001 From: goyuken Date: Tue, 11 Dec 2012 23:01:01 +0000 Subject: [PATCH] atari7800: progress --- BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs b/BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs index c24c661748..8f4a47eb17 100644 --- a/BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs +++ b/BizHawk.Emulation/Consoles/Atari/7800/Atari7800.cs @@ -152,6 +152,7 @@ namespace BizHawk theMachine = new Machine7800NTSC(cart, NTSC_BIOS, hsc7800, logger); //theMachine = new Machine7800NTSC(cart, null, null, logger); //TODO: clean up, the hs and bios are passed in, the bios has an object AND byte array in the core, and naming is inconsistent + theMachine.Reset(); } void SyncState(Serializer ser) //TODO