From 0c529b6c928326d6815478de5a2b230cbc886b01 Mon Sep 17 00:00:00 2001 From: RobertoFresca Date: Tue, 17 May 2016 05:41:02 -0300 Subject: [PATCH] Flaming 7: Inputs WIP. Unknown DIP switches and diplocations. [Roberto Fresca] --- src/mame/drivers/goldstar.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp index 7b39a2c0971..aed5c928dbe 100644 --- a/src/mame/drivers/goldstar.cpp +++ b/src/mame/drivers/goldstar.cpp @@ -7042,16 +7042,16 @@ static INPUT_PORTS_START( flaming7 ) PORT_DIPSETTING( 0x08, "Star 300" ) PORT_DIPSETTING( 0x04, "Ithaca 76" ) PORT_DIPSETTING( 0x00, "Spare" ) - PORT_DIPNAME( 0x10, 0x10, "DSW4_10" ) + PORT_DIPNAME( 0x10, 0x10, "DSW4_10 Unknown" ) PORT_DIPLOCATION("DSW4:5") PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x20, 0x20, "DSW4_20" ) + PORT_DIPNAME( 0x20, 0x20, "DSW4_20 Unknown" ) PORT_DIPLOCATION("DSW4:6") PORT_DIPSETTING( 0x20, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x40, 0x40, "DSW4_40" ) + PORT_DIPNAME( 0x40, 0x40, "DSW4_40 Unknown" ) PORT_DIPLOCATION("DSW4:7") PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x80, 0x80, "DSW4_80" ) + PORT_DIPNAME( 0x80, 0x80, "DSW4_80 Unknown" ) PORT_DIPLOCATION("DSW4:8") PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) )