mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Misc changes per Kale (nw)
This commit is contained in:
parent
baea9711ab
commit
62a11a8060
@ -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" )
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user