From eadc0eb471af49f1d693271f05b083a15f74d6d3 Mon Sep 17 00:00:00 2001 From: hap Date: Mon, 7 Oct 2019 15:25:23 +0200 Subject: [PATCH] taito_z: sci BUTTON4 duplicate, MT7448 (nw) --- src/mame/drivers/taito_z.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_z.cpp b/src/mame/drivers/taito_z.cpp index 66cec60baa2..4855ffb9dec 100644 --- a/src/mame/drivers/taito_z.cpp +++ b/src/mame/drivers/taito_z.cpp @@ -2601,7 +2601,7 @@ static INPUT_PORTS_START( sci ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START("IN1") - PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Turbo") + PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Turbo") PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_TILT ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Center") PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_START1 )