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

@@ -25,6 +25,7 @@ typedef struct {
uint8 MD5[16];
int soundrate; /* For Ogg Vorbis expansion sound wacky support. 0 for default. */
int soundchan; /* Number of sound channels. */
int gameid; /* VS game id for per-game settings e.g. dip switches */
} FCEUGI;
#endif