summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/mcr.c4
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")