improve some dips and layout (nw)

This commit is contained in:
David Haywood 2014-06-07 09:43:14 +00:00
parent b5c404e9ef
commit a10fdfedc1
2 changed files with 17 additions and 17 deletions

View File

@ -644,11 +644,11 @@ static INPUT_PORTS_START( kenseim )
// the extra board has 2 dip banks used for most game options
PORT_START("DSW1")
PORT_DIPNAME( 0x03, 0x03, "Coinage" ) PORT_DIPLOCATION("DRV SW(1):1,2")
PORT_DIPSETTING( 0x00, "0" )
PORT_DIPSETTING( 0x01, "1" )
PORT_DIPSETTING( 0x02, "2" )
PORT_DIPSETTING( 0x03, "3" )
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Coinage ) ) PORT_DIPLOCATION("DRV SW(1):1,2")
PORT_DIPSETTING( 0x00, DEF_STR( 4C_1C ) )
PORT_DIPSETTING( 0x01, DEF_STR( 3C_1C ) )
PORT_DIPSETTING( 0x02, DEF_STR( 2C_1C ) )
PORT_DIPSETTING( 0x03, DEF_STR( 1C_1C ) )
PORT_DIPNAME( 0x0c, 0x0c, "Head Appear Once Ratio" ) PORT_DIPLOCATION("DRV SW(1):3,4")
PORT_DIPSETTING( 0x00, "0" )
PORT_DIPSETTING( 0x04, "1" )
@ -660,8 +660,8 @@ static INPUT_PORTS_START( kenseim )
PORT_DIPSETTING( 0x20, "2" )
PORT_DIPSETTING( 0x30, "3" )
PORT_DIPNAME( 0x40, 0x40, "Game Time" ) PORT_DIPLOCATION("DRV SW(1):7")
PORT_DIPSETTING( 0x00, "0" )
PORT_DIPSETTING( 0x40, "1" )
PORT_DIPSETTING( 0x00, "Long (59 seconds)" )
PORT_DIPSETTING( 0x40, "Short (49 seconds)" )
PORT_DIPNAME( 0x80, 0x80, "VS Bison" ) PORT_DIPLOCATION("DRV SW(1):8")
PORT_DIPSETTING( 0x00, "0" )
PORT_DIPSETTING( 0x80, "1" )

View File

@ -48,34 +48,34 @@
</backdrop>
<backdrop name="lamp11" element="powerled" state="0">
<bounds x="210" y="245" width="7" height="7"/>
<bounds x="303" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp12" element="powerled" state="0">
<bounds x="220" y="245" width="7" height="7"/>
<bounds x="293" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp13" element="powerled" state="0">
<bounds x="230" y="245" width="7" height="7"/>
<bounds x="283" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp14" element="powerled" state="0">
<bounds x="240" y="245" width="7" height="7"/>
<bounds x="273" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp15" element="powerled" state="0">
<bounds x="250" y="245" width="7" height="7"/>
<bounds x="263" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp16" element="powerled" state="0">
<bounds x="260" y="245" width="7" height="7"/>
<bounds x="253" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp17" element="powerled" state="0">
<bounds x="270" y="245" width="7" height="7"/>
<bounds x="243" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp18" element="powerled" state="0">
<bounds x="280" y="245" width="7" height="7"/>
<bounds x="233" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp19" element="powerled" state="0">
<bounds x="290" y="245" width="7" height="7"/>
<bounds x="223" y="245" width="7" height="7"/>
</backdrop>
<backdrop name="lamp20" element="powerled" state="0">
<bounds x="300" y="245" width="7" height="7"/>
<bounds x="213" y="245" width="7" height="7"/>
</backdrop>