From 4ce6aee617780b446a3ef1b4c59fba73a740ab0c Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sat, 25 Feb 2012 23:51:59 +0000 Subject: [PATCH] Fixed MT#04704: 25pacman: Unable to continue while playing Galaga --- src/mame/drivers/20pacgal.c | 10 +--------- 1 file changed, 1 insertion(+), 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