mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
miser note
This commit is contained in:
parent
0482e1c781
commit
f0fe035026
@ -1027,7 +1027,7 @@ static INPUT_PORTS_START( dpoker )
|
||||
PORT_START("ssio:IP3")
|
||||
PORT_DIPNAME( 0x01, 0x01, "Hopper" ) PORT_DIPLOCATION("B3:1")
|
||||
PORT_DIPSETTING( 0x01, "Relay Pulse" )
|
||||
PORT_DIPSETTING( 0x00, "Miser On" )
|
||||
PORT_DIPSETTING( 0x00, "Miser On" ) // what is this? - the game locks up if it's enabled
|
||||
PORT_DIPNAME( 0x02, 0x02, "Music" ) PORT_DIPLOCATION("B3:2")
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( On ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
@ -1040,7 +1040,7 @@ static INPUT_PORTS_START( dpoker )
|
||||
PORT_DIPNAME( 0x10, 0x00, DEF_STR( Unused ) ) PORT_DIPLOCATION("B3:5")
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( On ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPNAME( 0x20, 0x20, "After 5th Coin" ) PORT_DIPLOCATION("B3:6")
|
||||
PORT_DIPNAME( 0x20, 0x20, "Cards After 5th Coin" ) PORT_DIPLOCATION("B3:6")
|
||||
PORT_DIPSETTING( 0x20, "Face Up" )
|
||||
PORT_DIPSETTING( 0x00, "Logo Up" )
|
||||
PORT_DIPNAME( 0x40, 0x40, "Currency" ) PORT_DIPLOCATION("B3:7")
|
||||
|
Loading…
Reference in New Issue
Block a user