SMS: Fix states

This commit is contained in:
alyosha-tas 2017-11-29 10:08:33 -05:00
parent 160d54057a
commit 701133d54e
1 changed files with 2 additions and 1 deletions

View File

@ -72,9 +72,10 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
if (SaveRAM != null)
{
ser.Sync("SaveRAM", ref SaveRAM, false);
ser.Sync("SaveRamBank", ref SaveRamBank);
}
ser.Sync("SaveRamBank", ref SaveRamBank);
if (ExtRam != null)
{
ser.Sync("ExtRAM", ref ExtRam, true);