gpgx: entirely disable writes to the "MD CART" memory domain, since it's not supported

This commit is contained in:
nattthebear 2016-03-23 20:17:02 -04:00
parent b06908e5d4
commit 9f173389a9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
else
{
var byteSize = name.Contains("Z80") ? 1 : 2;
mm.Add(MemoryDomain.FromIntPtrSwap16(name, size, MemoryDomain.Endian.Big, area, writable: true, byteSize: byteSize));
mm.Add(MemoryDomain.FromIntPtrSwap16(name, size, MemoryDomain.Endian.Big, area, name != "MD CART" , byteSize));
}
}
var m68Bus = new MemoryDomain("M68K BUS", 0x1000000, MemoryDomain.Endian.Big,