Misc changes per Kale (nw)

This commit is contained in:
Scott Stone 2014-05-01 23:13:21 +00:00
parent baea9711ab
commit 62a11a8060
2 changed files with 3 additions and 3 deletions

View File

@ -542,7 +542,7 @@ static INPUT_PORTS_START( goodejan )
PORT_DIPNAME( 0x1000, 0x1000, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("DSWB:5")
PORT_DIPSETTING( 0x1000, DEF_STR( On ) )
PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )
PORT_DIPNAME( 0x2000, 0x0000, "Explicit Scenes" ) PORT_DIPLOCATION("DSWB:6")
PORT_DIPNAME( 0x2000, 0x2000, "Explicit Scenes" ) PORT_DIPLOCATION("DSWB:6")
PORT_DIPSETTING( 0x2000, DEF_STR( On ) )
PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )
PORT_DIPUNKNOWN_DIPLOC( 0x4000, 0x4000, "DSWB:7" )

View File

@ -149,8 +149,8 @@ static INPUT_PORTS_START( surpratk )
PORT_DIPSETTING( 0x00, DEF_STR( Dual ) )
PORT_SERVICE_DIPLOC( 0x40, IP_ACTIVE_LOW, "SW3:3" )
PORT_DIPNAME( 0x80, 0x80, "Bonus Quiz" ) PORT_DIPLOCATION("SW3:4")
PORT_DIPSETTING( 0x80, "Include" )
PORT_DIPSETTING( 0x00, "Except" )
PORT_DIPSETTING( 0x80, DEF_STR( On ) )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
INPUT_PORTS_END