Add "" scope to GPGX memory domain callbacks so the callback created by the trace buffer is within scope.
This commit is contained in:
parent
59bb3e1fc8
commit
c24e88d4a3
|
@ -52,7 +52,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||||
get { throw new NotImplementedException(); }
|
get { throw new NotImplementedException(); }
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly MemoryCallbackSystem _memoryCallbacks = new MemoryCallbackSystem(new[] { "M68K BUS" });
|
private readonly MemoryCallbackSystem _memoryCallbacks = new MemoryCallbackSystem(new[] { "M68K BUS", "" });
|
||||||
|
|
||||||
private LibGPGX.mem_cb ExecCallback;
|
private LibGPGX.mem_cb ExecCallback;
|
||||||
private LibGPGX.mem_cb ReadCallback;
|
private LibGPGX.mem_cb ReadCallback;
|
||||||
|
|
Loading…
Reference in New Issue