mirror of
https://github.com/holub/mame
synced 2025-05-17 19:24:59 +03:00
wyvernf0.c: Fill in 1 dipswitch setting - NW
This commit is contained in:
parent
76b1a0441c
commit
317a184f37
@ -496,7 +496,9 @@ static INPUT_PORTS_START( wyvernf0 )
|
||||
PORT_DIPSETTING( 0x02, "2" )
|
||||
PORT_DIPSETTING( 0x03, "3" )
|
||||
PORT_DIPUNKNOWN( 0x04, 0x04 ) // *
|
||||
PORT_DIPUNKNOWN( 0x08, 0x08 ) // *
|
||||
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Demo_Sounds ) ) /* Music at every other title screen */
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x10, 0x10, "Coinage Display" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( Yes ) )
|
||||
|
Loading…
Reference in New Issue
Block a user