mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
(made a note for MT 04975)
This commit is contained in:
parent
af4d7edb8e
commit
c35e90545c
@ -190,7 +190,7 @@ static INPUT_PORTS_START( sdgndmps )
|
||||
PORT_DIPNAME( 0x0800, 0x0800, DEF_STR( Unknown ) )
|
||||
PORT_DIPSETTING( 0x0800, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x1000, 0x1000, DEF_STR( Unknown ) )
|
||||
PORT_DIPNAME( 0x1000, 0x1000, DEF_STR( Unknown ) ) // plays a jingle at the game intro (why?)
|
||||
PORT_DIPSETTING( 0x1000, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x2000, 0x0000, DEF_STR( Allow_Continue ) )
|
||||
|
Loading…
Reference in New Issue
Block a user