MOS6502XDouble: fix loading savestates
This commit is contained in:
parent
a4a53342d1
commit
4272e0ffed
|
@ -201,6 +201,7 @@ namespace BizHawk.Emulation.CPUs.M6502
|
|||
{
|
||||
SyncUp();
|
||||
m.SyncState(ser);
|
||||
SyncUp();
|
||||
}
|
||||
|
||||
public string Disassemble(ushort pc, out int bytesToAdvance) { bytesToAdvance = 1; return "FOOBAR"; }
|
||||
|
|
Loading…
Reference in New Issue