diff --git a/src/BizHawk.BizInvoke/CallingConventionAdapter.cs b/src/BizHawk.BizInvoke/CallingConventionAdapter.cs index c43ed55010..84bd044896 100644 --- a/src/BizHawk.BizInvoke/CallingConventionAdapter.cs +++ b/src/BizHawk.BizInvoke/CallingConventionAdapter.cs @@ -142,7 +142,7 @@ namespace BizHawk.BizInvoke public SysVHostMsGuest() { int size = 4 * 1024 * 1024; - _memory = MemoryBlock.Create((ulong)size); + _memory = MemoryBlock.Create(0x36a00000000, (ulong)size); _memory.Activate(); _refs = new WeakReference[size / BlockSize]; }