mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
Corrects 2 dip names for Real Break thanks to Ruben ;-)
This commit is contained in:
parent
1b05699a0b
commit
490406c7ea
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user