From 31d85e814f61ecff374dc9cf6ecb3678ddb3b5d4 Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Sat, 22 Aug 2009 22:18:06 +0000 Subject: [PATCH] Added an extra DIP switch to Noraut Red Hot Joker Poker. Also added DIP locations to the whole bank. --- src/mame/drivers/norautp.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/mame/drivers/norautp.c b/src/mame/drivers/norautp.c index e15da8484ce..cac627ae9e5 100644 --- a/src/mame/drivers/norautp.c +++ b/src/mame/drivers/norautp.c @@ -495,27 +495,27 @@ static INPUT_PORTS_START( norautrh ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_POKER_CANCEL ) /* Coin C for other games */ PORT_START("DSW1") - PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) + PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:8") PORT_DIPSETTING( 0x01, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x02, 0x02, DEF_STR( Unknown ) ) + PORT_DIPNAME( 0x02, 0x02, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:7") PORT_DIPSETTING( 0x02, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x04, 0x04, "Bet Max" ) + PORT_DIPNAME( 0x04, 0x04, "Bet Max" ) PORT_DIPLOCATION("DSW1:6") PORT_DIPSETTING( 0x04, "5" ) PORT_DIPSETTING( 0x00, "25" ) - PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) - PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x10, 0x10, "Type of Game" ) + PORT_DIPNAME( 0x08, 0x08, "Raise Ante" ) PORT_DIPLOCATION("DSW1:5") + PORT_DIPSETTING( 0x08, "Random" ) + PORT_DIPSETTING( 0x00, "Always" ) + PORT_DIPNAME( 0x10, 0x10, "Type of Game" ) PORT_DIPLOCATION("DSW1:4") PORT_DIPSETTING( 0x10, "Jacks Plus" ) PORT_DIPSETTING( 0x00, "Joker Poker" ) - PORT_DIPNAME( 0xa0, 0x20, DEF_STR( Coinage ) ) + PORT_DIPNAME( 0xa0, 0x20, DEF_STR( Coinage ) ) PORT_DIPLOCATION("DSW1:3,1") PORT_DIPSETTING( 0x00, "A=1; B=5" ) PORT_DIPSETTING( 0xa0, "A=5; B=25" ) PORT_DIPSETTING( 0x20, "A=10; B=5" ) PORT_DIPSETTING( 0x80, "A=50; B=25" ) - PORT_DIPNAME( 0x40, 0x00, "Show Bet") + PORT_DIPNAME( 0x40, 0x00, "Show Bet") PORT_DIPLOCATION("DSW1:2") PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) INPUT_PORTS_END