mirror of
https://github.com/holub/mame
synced 2025-06-08 13:53:52 +03:00
and another
This commit is contained in:
parent
e4b80c666d
commit
1578ea3d8b
@ -1696,7 +1696,7 @@ INPUT_PORTS_START( aladbl )
|
|||||||
PORT_DIPSETTING( 0x05, DEF_STR( 1C_5C ) )
|
PORT_DIPSETTING( 0x05, DEF_STR( 1C_5C ) )
|
||||||
PORT_DIPSETTING( 0x06, DEF_STR( 1C_6C ) )
|
PORT_DIPSETTING( 0x06, DEF_STR( 1C_6C ) )
|
||||||
PORT_DIPSETTING( 0x07, DEF_STR( 1C_7C ) )
|
PORT_DIPSETTING( 0x07, DEF_STR( 1C_7C ) )
|
||||||
PORT_BIT( 0x0010, IP_ACTIVE_HIGH, IPT_SPECIAL ) /* to avoid it being changed and corrupting Coinage settings */
|
//PORT_BIT( 0x0010, IP_ACTIVE_HIGH, IPT_SPECIAL ) /* to avoid it being changed and corrupting Coinage settings */
|
||||||
PORT_DIPNAME( 0x30, 0x00, DEF_STR( Difficulty ) ) /* code at 0x1b2680 */
|
PORT_DIPNAME( 0x30, 0x00, DEF_STR( Difficulty ) ) /* code at 0x1b2680 */
|
||||||
PORT_DIPSETTING( 0x10, DEF_STR( Easy ) ) /* "PRACTICE" */
|
PORT_DIPSETTING( 0x10, DEF_STR( Easy ) ) /* "PRACTICE" */
|
||||||
PORT_DIPSETTING( 0x00, DEF_STR( Normal ) ) /* "NORMAL" */
|
PORT_DIPSETTING( 0x00, DEF_STR( Normal ) ) /* "NORMAL" */
|
||||||
|
Loading…
Reference in New Issue
Block a user