summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2010-12-21 19:31:43 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2010-12-21 19:31:43 +0000
commite455e778d07a66b905942ad7ab0440ade8addc56 (patch)
treec48005c3d6f1670ee8949f9e75d43528296e46d9
parente6344f4ef9c26ee3dccb27ecd40a0bf3c7482e6d (diff)
add firebarr rapid fire dipswitch (no whatsnew)
-rw-r--r--src/mame/drivers/m107.c3
1 files changed, 3 insertions, 0 deletions
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 ) )