diff options
author | 2012-09-12 09:43:14 +0000 | |
---|---|---|
committer | 2012-09-12 09:43:14 +0000 | |
commit | f0fe035026ffc07651aab4100c555e8de83d3a66 (patch) | |
tree | d858773d58bad339cfc4f5b7189c4a9e109816ca /src | |
parent | 0482e1c78170e76d74059080c2256fa6f64dbd02 (diff) |
miser note
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/mcr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mcr.c b/src/mame/drivers/mcr.c index 33cc71ab653..ccf0e298fde 100644 --- a/src/mame/drivers/mcr.c +++ b/src/mame/drivers/mcr.c @@ -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") |