This commit is contained in:
goyuken 2012-10-30 23:23:56 +00:00
parent 4272e0ffed
commit 137ffd8081
1 changed files with 2 additions and 0 deletions

View File

@ -199,8 +199,10 @@ namespace BizHawk.Emulation.CPUs.M6502
public void SyncState(Serializer ser)
{
// doesn't work quite as expected because you can't rewind a ser
SyncUp();
m.SyncState(ser);
n.SyncState(ser);
SyncUp();
}