From 78aa89f13aed3a353cb970ea79574512b02cb2fb Mon Sep 17 00:00:00 2001 From: Pierpaolo Prazzoli Date: Wed, 25 Mar 2009 10:59:29 +0000 Subject: [PATCH] I forgot to remove the port service button which is not used by Iron Fortress --- src/mame/drivers/eolith.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/mame/drivers/eolith.c b/src/mame/drivers/eolith.c index 8d2fa30afc1..eced5c61e84 100644 --- a/src/mame/drivers/eolith.c +++ b/src/mame/drivers/eolith.c @@ -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