This commit is contained in:
beirich 2011-03-17 04:38:42 +00:00
parent 0382f474dc
commit e9635077dc
1 changed files with 1 additions and 1 deletions

View File

@ -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);