From 9a14087a8b4057adcf527ce2a713aa59d04d10be Mon Sep 17 00:00:00 2001 From: Steven Coomber <81829553+scoomby@users.noreply.github.com> Date: Sat, 26 Mar 2022 10:56:16 +0000 Subject: 8080bw.cpp: add bonus life DIP switch to rollingc (MT08267) (#9463) --- src/mame/drivers/8080bw.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/8080bw.cpp b/src/mame/drivers/8080bw.cpp index a800b0555ec..585d2fd95f5 100644 --- a/src/mame/drivers/8080bw.cpp +++ b/src/mame/drivers/8080bw.cpp @@ -1419,7 +1419,9 @@ static INPUT_PORTS_START( rollingc ) PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_COIN1 ) PORT_MODIFY("IN2") - PORT_DIPUNKNOWN_DIPLOC( 0x08, 0x00, "SW1:4" ) + PORT_DIPNAME( 0x08, 0x08, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:4") + PORT_DIPSETTING( 0x08, "RC=3000 / MB=1000" ) + PORT_DIPSETTING( 0x00, "RC=5000 / MB=2000" ) INPUT_PORTS_END MACHINE_START_MEMBER(_8080bw_state,rollingc) -- cgit v1.2.3