From 7f822bcc283bd38bad787812e844db8b0f5180ab Mon Sep 17 00:00:00 2001 From: angelosa Date: Fri, 14 Apr 2017 01:22:11 +0200 Subject: viper.cpp: tsurugi foot input (nw) --- src/mame/drivers/viper.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/viper.cpp b/src/mame/drivers/viper.cpp index ec7cbba6e04..995dfa411ef 100644 --- a/src/mame/drivers/viper.cpp +++ b/src/mame/drivers/viper.cpp @@ -2237,10 +2237,12 @@ INPUT_PORTS_START( tsurugi ) PORT_INCLUDE( viper ) PORT_MODIFY("IN4") - PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("P1 Shot") + PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Shot Button") PORT_MODIFY("IN5") - PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) // memory card check for tsurugi (actually comms enable?) + PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("Foot Pedal") + PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_UNKNOWN ) // deluxe ID? if off tries to check UART & "lampo"/bleeder at POST + PORT_BIT(0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) // sensor grip (1) horizontal (0) vertical INPUT_PORTS_END /*****************************************************************************/ -- cgit v1.2.3