Add dipswitch for VS games and Mapper105 (NWC)

This commit is contained in:
retro-wertz
2019-05-11 23:11:55 +08:00
parent e4de631ecd
commit f9aa5e5462
10 changed files with 1677 additions and 73 deletions

View File

@@ -792,6 +792,7 @@ int iNESLoad(const char *name, FCEUFILE *fp) {
if (!iNES_Init(MapperNo))
FCEU_PrintError("iNES mapper #%d is not supported at all.", MapperNo);
iNESCart.mapper = MapperNo;
GameInterface = iNESGI;
FCEU_printf("\n");