From e9635077dc3a852af4d7b512a6c9205d7574e02f Mon Sep 17 00:00:00 2001 From: beirich Date: Thu, 17 Mar 2011 04:38:42 +0000 Subject: [PATCH] >_< --- BizHawk.Emulation/Consoles/PC Engine/PCEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/PC Engine/PCEngine.cs b/BizHawk.Emulation/Consoles/PC Engine/PCEngine.cs index 9de56ff962..8303c15099 100644 --- a/BizHawk.Emulation/Consoles/PC Engine/PCEngine.cs +++ b/BizHawk.Emulation/Consoles/PC Engine/PCEngine.cs @@ -251,7 +251,7 @@ namespace BizHawk.Emulation.Consoles.TurboGrafx public byte[] SaveStateBinary() { - var buf = new byte[SuperGrafx ? 166551 : 75853]; + var buf = new byte[SuperGrafx ? 166552 : 75854]; var stream = new MemoryStream(buf); var writer = new BinaryWriter(stream); SaveStateBinary(writer);