summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2012-02-25 23:51:59 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2012-02-25 23:51:59 +0000
commit4ce6aee617780b446a3ef1b4c59fba73a740ab0c (patch)
tree1ba529a1877b0010f52211e5308ab845c29747be
parent217ddea642ce6d7fa22c220808e71541603166b5 (diff)
Fixed MT#04704: 25pacman: Unable to continue while playing Galaga
-rw-r--r--src/mame/drivers/20pacgal.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mame/drivers/20pacgal.c b/src/mame/drivers/20pacgal.c
index 66a920e6fef..4423c8b0083 100644
--- a/src/mame/drivers/20pacgal.c
+++ b/src/mame/drivers/20pacgal.c
@@ -294,29 +294,21 @@ static INPUT_PORTS_START( 20pacgal )
INPUT_PORTS_END
+/* Note: 25pacman Control Panel functions the same as 20pacgal, even if Right P1/P2 start are not shown during Switch Test */
static INPUT_PORTS_START( 25pacman )
PORT_INCLUDE(20pacgal)
- PORT_MODIFY("P2")
- PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED )
- PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_START1 )
- PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_START2 )
- PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED )
-
PORT_MODIFY("SERVICE")
- PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_UNKNOWN )
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_UNKNOWN )
- PORT_SERVICE_NO_TOGGLE( 0x80, IP_ACTIVE_LOW )
INPUT_PORTS_END
-
/*************************************
*
* Machine driver