6502: add rdy_freeze to savestates; should only affect c64 stuff

This commit is contained in:
goyuken 2014-10-19 22:19:53 +00:00
parent db681d5948
commit 05dedc67e2
1 changed files with 4 additions and 3 deletions

View File

@ -109,6 +109,7 @@ namespace BizHawk.Emulation.Cores.Components.M6502
ser.Sync("iflag_pending", ref iflag_pending);
ser.Sync("interrupt_pending", ref interrupt_pending);
ser.Sync("branch_irq_hack", ref branch_irq_hack);
ser.Sync("rdy_freeze", ref rdy_freeze);
ser.EndSection();
}