NESHawk - support STrike Wolf (MGC-014) [!] from GoodNES 3.14
This commit is contained in:
parent
6f782133db
commit
29ac8bb05e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue