itaten: change default difficulty level

This commit is contained in:
hap 2021-05-22 23:57:22 +02:00
parent 8dcf8fc0e1
commit 97b65aaa0d

View File

@ -29,6 +29,7 @@
based on driver from drivers/dacholer.c by Pierpaolo Prazzoli
note:
Sound test does not work.
******************************************************************************/
#include "emu.h"
@ -523,7 +524,7 @@ static INPUT_PORTS_START( itaten )
PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNKNOWN )
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( 0x02, DEF_STR( Medium ) )
PORT_DIPSETTING( 0x01, DEF_STR( Hard ) )