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:
parent
2ca5a0b18b
commit
44deeb3e68
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue