NESHawk - support STrike Wolf (MGC-014) [!] from GoodNES 3.14

This commit is contained in:
adelikat 2015-08-16 08:51:45 -04:00
parent 6f782133db
commit 29ac8bb05e
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
switch (Cart.board_type)
{
case "MAPPER036":
AssertVram(0); AssertWram(0);
AssertVram(0);
Cart.wram_size = 0; // AssertWram(0); // GoodNES good dump of Strike Wolf specifies 8kb of wram
break;
default:
return false;