neshawk: pirate fix
This commit is contained in:
parent
ae104deac3
commit
6f9211167c
|
@ -31,7 +31,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
AssertChr(0);
|
AssertChr(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
AssertWram(0);
|
Cart.wram_size = 0;
|
||||||
// not sure on initial mirroring
|
// not sure on initial mirroring
|
||||||
SetMirrorType(EMirrorType.Vertical);
|
SetMirrorType(EMirrorType.Vertical);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue