NESHawk - Support Contra FIghter (Unl)
This commit is contained in:
parent
843208e274
commit
347413c2e5
|
@ -102,6 +102,8 @@ sha1:3F85C45797E8AA0F161A4BD350BFF5777B3A19A8 G Zu Qiu Xiao Jiang (Ch) NES boar
|
|||
sha1:A43A2203F4F7E0FE729CE520FBD75A05206AC9F2 G Zu Qiu Xiao Jiang (Ch) NES board=MAPPER195;VRAM=2
|
||||
sha1:4692A622AF6A3D79514BF3E5FB4E9FBE6C6080FC G 150-in-1 [a1] NES board=MAPPER235
|
||||
sha1:83264E3F8807998D09E9FBA19B13BBEA7C888D88 O Bakushou!! Jinsei Gekijou 3 (J) [o1] NES board=TAITO-TC0190FMC+PAL16R4;WRAM=0
|
||||
sha1:E79FC613112CC5AB0FC8B1150E182670FB042F4A G Contra Fighter (Unl) NES board=MAPPER238
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;-----------------------------------------------------------------------
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;-----------------------------------------------------------------------
|
||||
|
|
|
@ -12,7 +12,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
{
|
||||
switch (Cart.board_type)
|
||||
{
|
||||
case "MAPPER238": // Nestopia suggests this board is mapper 238, I do not have any ROMs with this ines header info to confirm
|
||||
case "MAPPER238":
|
||||
case "UNIF_UNL-603-5052":
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue