6502: add rdy_freeze to savestates; should only affect c64 stuff
This commit is contained in:
parent
db681d5948
commit
05dedc67e2
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue