NEShawk - mapper 168 - the only goodnes rom of Racermate has no wram, handle it similarly to the PRG and CHR issues that copies of this game seem to have

This commit is contained in:
adelikat 2015-08-16 08:43:58 -04:00
parent 2ca5a0b18b
commit 44deeb3e68
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
AssertPrg(64);
Cart.chr_size = 0; //AssertChr(0); //shitty dumps
Cart.vram_size = 64; //AssertVram(64); //shitty dumps
AssertWram(0);
Cart.wram_size = 0; //AssertWram(0); // shitty dumps
//AssertBattery(true); // battery is handled directly
SetMirrorType(Cart.pad_h, Cart.pad_v);
return true;