summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/iteagle.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/iteagle.c b/src/mame/drivers/iteagle.c
index 154b06a0bf1..a268bda9fb9 100644
--- a/src/mame/drivers/iteagle.c
+++ b/src/mame/drivers/iteagle.c
@@ -261,9 +261,9 @@ static INPUT_PORTS_START( iteagle )
PORT_BIT( 0xfe00, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("SYSTEM")
- PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_SERVICE )
- PORT_SERVICE_NO_TOGGLE( 0x0002, IP_ACTIVE_LOW )
- PORT_BIT( 0x000c, IP_ACTIVE_LOW, IPT_UNUSED )
+ PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_TILT ) PORT_NAME( "Test" )
+ PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_SERVICE )
+ PORT_BIT( 0x000c, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_DIPNAME( 0x0010, 0x00, "SW51-1" )
PORT_DIPSETTING(0x00, "Normal" )
PORT_DIPSETTING(0x10, "Operator Mode" )