mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
itaten: change default difficulty level
This commit is contained in:
parent
8dcf8fc0e1
commit
97b65aaa0d
@ -29,6 +29,7 @@
|
|||||||
based on driver from drivers/dacholer.c by Pierpaolo Prazzoli
|
based on driver from drivers/dacholer.c by Pierpaolo Prazzoli
|
||||||
note:
|
note:
|
||||||
Sound test does not work.
|
Sound test does not work.
|
||||||
|
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
@ -523,7 +524,7 @@ static INPUT_PORTS_START( itaten )
|
|||||||
PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
|
||||||
PORT_START("DSWB")
|
PORT_START("DSWB")
|
||||||
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:1,2")
|
PORT_DIPNAME( 0x03, 0x02, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:1,2")
|
||||||
PORT_DIPSETTING( 0x03, DEF_STR( Easy ) )
|
PORT_DIPSETTING( 0x03, DEF_STR( Easy ) )
|
||||||
PORT_DIPSETTING( 0x02, DEF_STR( Medium ) )
|
PORT_DIPSETTING( 0x02, DEF_STR( Medium ) )
|
||||||
PORT_DIPSETTING( 0x01, DEF_STR( Hard ) )
|
PORT_DIPSETTING( 0x01, DEF_STR( Hard ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user