mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
I forgot to remove the port service button which is not used by Iron Fortress
This commit is contained in:
parent
f86df4da60
commit
78aa89f13a
@ -198,7 +198,7 @@ static INPUT_PORTS_START( ironfort )
|
||||
PORT_BIT( 0x00000040, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM(eolith_speedup_getvblank, NULL)
|
||||
PORT_BIT( 0x00003f80, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0x00004000, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_SERVICE_NO_TOGGLE( 0x00008000, IP_ACTIVE_LOW )
|
||||
PORT_BIT( 0x00008000, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0x00010000, IP_ACTIVE_LOW, IPT_JOYSTICK_UP ) PORT_8WAY PORT_PLAYER(1)
|
||||
PORT_BIT( 0x00020000, IP_ACTIVE_LOW, IPT_JOYSTICK_DOWN ) PORT_8WAY PORT_PLAYER(1)
|
||||
PORT_BIT( 0x00040000, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY PORT_PLAYER(1)
|
||||
@ -217,16 +217,6 @@ static INPUT_PORTS_START( ironfort )
|
||||
PORT_BIT( 0x80000000, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
|
||||
PORT_START("DSW1")
|
||||
PORT_DIPNAME( 0x00000030, 0x00000030, DEF_STR( Coinage ) )
|
||||
PORT_DIPSETTING( 0x00000010, DEF_STR( 3C_1C ) )
|
||||
PORT_DIPSETTING( 0x00000020, DEF_STR( 2C_1C ) )
|
||||
PORT_DIPSETTING( 0x00000030, DEF_STR( 1C_1C ) )
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( Free_Play ) )
|
||||
PORT_DIPNAME( 0x000000c0, 0x000000c0, DEF_STR( Difficulty ) )
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( Very_Hard ) )
|
||||
PORT_DIPSETTING( 0x00000040, DEF_STR( Hard ) )
|
||||
PORT_DIPSETTING( 0x000000c0, DEF_STR( Normal ) )
|
||||
PORT_DIPSETTING( 0x00000080, DEF_STR( Easy ) )
|
||||
PORT_DIPNAME( 0x00000001, 0x00000001, "Show Dip-switch Information" )
|
||||
PORT_DIPSETTING( 0x00000001, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( On ) )
|
||||
@ -238,6 +228,16 @@ static INPUT_PORTS_START( ironfort )
|
||||
PORT_DIPSETTING( 0x00000004, "2" )
|
||||
PORT_DIPSETTING( 0x0000000c, "3" )
|
||||
PORT_DIPSETTING( 0x00000000, "4" )
|
||||
PORT_DIPNAME( 0x00000030, 0x00000030, DEF_STR( Coinage ) )
|
||||
PORT_DIPSETTING( 0x00000010, DEF_STR( 3C_1C ) )
|
||||
PORT_DIPSETTING( 0x00000020, DEF_STR( 2C_1C ) )
|
||||
PORT_DIPSETTING( 0x00000030, DEF_STR( 1C_1C ) )
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( Free_Play ) )
|
||||
PORT_DIPNAME( 0x000000c0, 0x000000c0, DEF_STR( Difficulty ) )
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( Very_Hard ) )
|
||||
PORT_DIPSETTING( 0x00000040, DEF_STR( Hard ) )
|
||||
PORT_DIPSETTING( 0x000000c0, DEF_STR( Normal ) )
|
||||
PORT_DIPSETTING( 0x00000080, DEF_STR( Easy ) )
|
||||
PORT_BIT( 0xffffff00, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user