eeekk! is a conversion of pacman, so it will have switch 7 & 8 even though the game doesn't use it [smf]

This commit is contained in:
smf- 2017-06-18 09:58:01 +01:00
parent 60994ee870
commit cef9b7f6c6

View File

@ -2401,8 +2401,8 @@ static INPUT_PORTS_START( eeekk )
PORT_DIPNAME( 0x20, 0x00, DEF_STR(Demo_Sounds) ) PORT_DIPLOCATION("SW:6")
PORT_DIPSETTING( 0x00, DEF_STR(On) )
PORT_DIPSETTING( 0x20, DEF_STR(Off) )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_DIPUNUSED_DIPLOC( 0x40, IP_ACTIVE_LOW, "SW:7")
PORT_DIPUNUSED_DIPLOC( 0x80, IP_ACTIVE_LOW, "SW:8")
INPUT_PORTS_END
static INPUT_PORTS_START( vanvan )