Update SMS CodeDataLogger
This commit is contained in:
parent
8e7d8fbff5
commit
c593cb4c47
|
@ -94,9 +94,9 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
|
|||
/// <summary>
|
||||
/// A wrapper for FetchMemory which inserts CDL logic
|
||||
/// </summary>
|
||||
private byte FetchMemory_CDL(ushort address, bool first)
|
||||
private byte FetchMemory_CDL(ushort address)
|
||||
{
|
||||
RunCDL(address, first ? CDLog_Flags.ExecFirst : CDLog_Flags.ExecOperand);
|
||||
RunCDL(address, CDLog_Flags.ExecFirst);
|
||||
return ReadMemory(address);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue