From 490406c7ea3cba049a2b21558aba73bbef127669 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Sun, 20 Jan 2008 03:54:41 +0000 Subject: [PATCH] Corrects 2 dip names for Real Break thanks to Ruben ;-) --- src/mame/drivers/realbrk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/realbrk.c b/src/mame/drivers/realbrk.c index f728b006659..ca93ab4649a 100644 --- a/src/mame/drivers/realbrk.c +++ b/src/mame/drivers/realbrk.c @@ -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 */