Previous 199869 Revisions Next

r17825 Wednesday 12th September, 2012 at 09:43:14 UTC by hap
miser note
[src/mame/drivers]mcr.c

trunk/src/mame/drivers/mcr.c
r17824r17825
10271027   PORT_START("ssio:IP3")
10281028   PORT_DIPNAME( 0x01, 0x01, "Hopper" )         PORT_DIPLOCATION("B3:1")
10291029   PORT_DIPSETTING(    0x01, "Relay Pulse" )
1030   PORT_DIPSETTING(    0x00, "Miser On" )
1030   PORT_DIPSETTING(    0x00, "Miser On" ) // what is this? - the game locks up if it's enabled
10311031   PORT_DIPNAME( 0x02, 0x02, "Music" )            PORT_DIPLOCATION("B3:2")
10321032   PORT_DIPSETTING(    0x02, DEF_STR( On ) )
10331033   PORT_DIPSETTING(    0x00, DEF_STR( Off ) )
r17824r17825
10401040   PORT_DIPNAME( 0x10, 0x00, DEF_STR( Unused ) )   PORT_DIPLOCATION("B3:5")
10411041   PORT_DIPSETTING(    0x10, DEF_STR( On ) )
10421042   PORT_DIPSETTING(    0x00, DEF_STR( Off ) )
1043   PORT_DIPNAME( 0x20, 0x20, "After 5th Coin" )   PORT_DIPLOCATION("B3:6")
1043   PORT_DIPNAME( 0x20, 0x20, "Cards After 5th Coin" )   PORT_DIPLOCATION("B3:6")
10441044   PORT_DIPSETTING(    0x20, "Face Up" )
10451045   PORT_DIPSETTING(    0x00, "Logo Up" )
10461046   PORT_DIPNAME( 0x40, 0x40, "Currency" )         PORT_DIPLOCATION("B3:7")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team