if a bug in chr mapping of mapper 187
This commit is contained in:
parent
abbdc4d2a9
commit
8de92d6876
|
@ -81,7 +81,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
{
|
||||
if ((addr & 0x1000) == ((MMc3_cmd & 0x80) << 5))
|
||||
{
|
||||
return base.Get_CHRBank_1K(addr) | 0100;
|
||||
return base.Get_CHRBank_1K(addr) | 0x100;
|
||||
}
|
||||
|
||||
return base.Get_CHRBank_1K(addr);
|
||||
|
|
Loading…
Reference in New Issue