parent
ad66699b23
commit
7cdffc25c3
|
@ -89,6 +89,7 @@ namespace BizHawk.Emulation.Cores.Components.Z80A
|
|||
ResetInterrupts();
|
||||
TotalExecutedCycles = 0;
|
||||
cur_instr = new ushort[] { OP };
|
||||
instr_pntr = 0;
|
||||
NO_prefix = true;
|
||||
}
|
||||
|
||||
|
@ -684,4 +685,4 @@ namespace BizHawk.Emulation.Cores.Components.Z80A
|
|||
ser.EndSection();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue