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:
parent
72ea5ce866
commit
fbee96c76b
|
@ -52,7 +52,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// TODO: are the Z80 domains really Swap16 in the core? Check this
|
// 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,
|
var m68Bus = new MemoryDomainDelegate("M68K BUS", 0x1000000, MemoryDomain.Endian.Big,
|
||||||
|
|
Loading…
Reference in New Issue