neshawk: pirate fix

This commit is contained in:
goyuken 2014-05-21 22:29:14 +00:00
parent ae104deac3
commit 6f9211167c
1 changed files with 1 additions and 1 deletions

View File

@ -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;