summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stv.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2013-11-04 21:22:44 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2013-11-04 21:22:44 +0000
commite0c3d69e6ed3fbec2290f723ffdb2eac000cfdfa (patch)
treecf40a9be40e0de3c0e153515e43019d1f40500c8 /src/mame/drivers/stv.c
parentbf1909932338a67c257f7eb613c78d65b5c74a73 (diff)
IPT_START changed to IPT_START1 or IPT_START2 where multiple start buttons exist. [M*A*S*H]
Diffstat (limited to 'src/mame/drivers/stv.c')
-rw-r--r--src/mame/drivers/stv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/stv.c b/src/mame/drivers/stv.c
index f16b67d0e47..38b05abd73b 100644
--- a/src/mame/drivers/stv.c
+++ b/src/mame/drivers/stv.c
@@ -1424,8 +1424,8 @@ static INPUT_PORTS_START( stv )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_SERVICE_NO_TOGGLE( 0x04, IP_ACTIVE_LOW )
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_SERVICE1 )
- PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_START ) PORT_PLAYER(1)
- PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_START ) PORT_PLAYER(2)
+ PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_START1 )
+ PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_START2 )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("1P Push Switch") PORT_CODE(KEYCODE_7)
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("2P Push Switch") PORT_CODE(KEYCODE_8)
@@ -1611,7 +1611,7 @@ static INPUT_PORTS_START( myfairld )
PORT_MODIFY("PORTC")
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_CONDITION("IO_TYPE", 0x01, EQUALS, 0x00)
- PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_START ) PORT_PLAYER(1) PORT_CONDITION("IO_TYPE", 0x01, EQUALS, 0x01)
+ PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_START1 ) PORT_CONDITION("IO_TYPE", 0x01, EQUALS, 0x01)
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_MODIFY("PORTE")