GPGX: Allow writing to rom memory domains

Don't let the diff fool you, a massive amount of work went into making this possible.
This commit is contained in:
nattthebear 2020-12-13 19:49:04 -05:00
parent 72ea5ce866
commit fbee96c76b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
else
{
// TODO: are the Z80 domains really Swap16 in the core? Check this
mm.Add(new MemoryDomainIntPtrSwap16Monitor(name, endian, area, size, name != "MD CART" && name != "CD BOOT ROM", _elf));
mm.Add(new MemoryDomainIntPtrSwap16Monitor(name, endian, area, size, true, _elf));
}
}
var m68Bus = new MemoryDomainDelegate("M68K BUS", 0x1000000, MemoryDomain.Endian.Big,