Corrects 2 dip names for Real Break thanks to Ruben ;-)

This commit is contained in:
Brian Troha 2008-01-20 03:54:41 +00:00
parent 1b05699a0b
commit 490406c7ea

View File

@ -294,10 +294,10 @@ static INPUT_PORTS_START( realbrk )
PORT_DIPSETTING( 0x0030, "120" )
PORT_DIPSETTING( 0x0020, "130" )
PORT_DIPSETTING( 0x0010, "150" )
PORT_DIPNAME( 0x0040, 0x0040, "? Show time in easy mode ?" ) PORT_DIPLOCATION("SW2:7")
PORT_DIPNAME( 0x0040, 0x0040, "Showtime With Easy Mode" ) PORT_DIPLOCATION("SW2:7")
PORT_DIPSETTING( 0x0000, DEF_STR( No ) )
PORT_DIPSETTING( 0x0040, DEF_STR( Yes ) )
PORT_DIPNAME( 0x0080, 0x0080, "? Coins ?" ) PORT_DIPLOCATION("SW2:8")
PORT_DIPNAME( 0x0080, 0x0080, "Coins for Versus" ) PORT_DIPLOCATION("SW2:8")
PORT_DIPSETTING( 0x0000, "1" )
PORT_DIPSETTING( 0x0080, "2" )
PORT_DIPUNUSED_DIPLOC( 0x0100, 0x0100, "SW2:9" ) /* Manual doesn't even show switches 9 & 10 */