mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
m90.cpp: slight update to bbmanwj dips, according to errata sheet (nw)
This commit is contained in:
parent
04c5bf2310
commit
7d7307832a
@ -420,6 +420,11 @@ static INPUT_PORTS_START( bbmanwj )
|
||||
PORT_INCLUDE(bbmanw)
|
||||
|
||||
PORT_MODIFY("DSW")
|
||||
PORT_DIPNAME( 0x000c, 0x000c, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW1:3,4")
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( Easiest ) ) // Errata corrige sheet for the Japanese version shows "Very Easy" instead of "Very Hard"
|
||||
PORT_DIPSETTING( 0x0008, DEF_STR( Easy ) )
|
||||
PORT_DIPSETTING( 0x000c, DEF_STR( Medium ) )
|
||||
PORT_DIPSETTING( 0x0004, DEF_STR( Hard ) )
|
||||
PORT_DIPNAME( 0x0010, 0x0010, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW1:5") /* Manual says "NOT USE" - No Game Title Change */
|
||||
PORT_DIPSETTING( 0x0010, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
||||
|
Loading…
Reference in New Issue
Block a user