From 70a11cfee493bf9e5079eecbb2c7096f0a684b66 Mon Sep 17 00:00:00 2001 From: RobertoFresca Date: Mon, 2 May 2016 09:42:18 -0300 Subject: [PATCH] Sonik Fighter (encrypted): Proper inputs WIP (Attract/Girls and default value). --- src/mame/drivers/skylncr.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/skylncr.cpp b/src/mame/drivers/skylncr.cpp index 10df87e10e6..803c801a9df 100644 --- a/src/mame/drivers/skylncr.cpp +++ b/src/mame/drivers/skylncr.cpp @@ -1506,9 +1506,9 @@ static INPUT_PORTS_START( sonikfig ) PORT_DIPSETTING( 0x06, "1 Coin / 50 Credits" ) // OK on test, always 1c-1c in game... PORT_DIPSETTING( 0x07, "1 Coin / 100 Credit" ) // OK on test, always 1c-1c in game... PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN ) // This input should be turned ON, otherwise you can't enter the setup (F2) - PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) - PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) + PORT_DIPNAME( 0x10, 0x00, "Attract / Girls" ) // OK... Could be either or both. Need the game working to check it. + PORT_DIPSETTING( 0x10, DEF_STR( No ) ) + PORT_DIPSETTING( 0x00, DEF_STR( Yes ) ) PORT_DIPNAME( 0x20, 0x20, "Max Bonus" ) // OK PORT_DIPSETTING( 0x20, "10000" ) // OK PORT_DIPSETTING( 0x00, "20000" ) // OK