Skip to content

Commit d0789f8

Browse files
committed
Sonik Fighter (encrypted): Proper inputs WIP (line tied to high to allow setup mode).
1 parent c90e6c7 commit d0789f8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mame/drivers/skylncr.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,9 +1505,7 @@ static INPUT_PORTS_START( sonikfig )
15051505
PORT_DIPSETTING( 0x05, "1 Coin / 40 Credits" ) // OK on test, always 1c-1c in game...
15061506
PORT_DIPSETTING( 0x06, "1 Coin / 50 Credits" ) // OK on test, always 1c-1c in game...
15071507
PORT_DIPSETTING( 0x07, "1 Coin / 100 Credit" ) // OK on test, always 1c-1c in game...
1508-
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) )
1509-
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
1510-
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
1508+
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN ) // This input should be turned ON, otherwise you can't enter the setup (F2)
15111509
PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )
15121510
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
15131511
PORT_DIPSETTING( 0x00, DEF_STR( On ) )

0 commit comments

Comments
 (0)