From e455e778d07a66b905942ad7ab0440ade8addc56 Mon Sep 17 00:00:00 2001 From: Michaƫl Banaan Ananas Date: Tue, 21 Dec 2010 19:31:43 +0000 Subject: add firebarr rapid fire dipswitch (no whatsnew) --- src/mame/drivers/m107.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mame/drivers/m107.c b/src/mame/drivers/m107.c index 30445c368ea..09737877026 100644 --- a/src/mame/drivers/m107.c +++ b/src/mame/drivers/m107.c @@ -324,6 +324,9 @@ static INPUT_PORTS_START( firebarr ) PORT_INCLUDE(m107_2player) PORT_MODIFY("COINS_DSW3") + PORT_DIPNAME( 0x0800, 0x0800, "Rapid Fire" ) PORT_DIPLOCATION("SW3:4") // SW3:3 needs to be OFF? + PORT_DIPSETTING( 0x0800, DEF_STR( Off ) ) + PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) PORT_DIPNAME( 0x1000, 0x0000, "Continuous Play" ) PORT_DIPLOCATION("SW3:5") PORT_DIPSETTING( 0x1000, DEF_STR( Off ) ) PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) -- cgit v1.2.3