From 784f1012e620d66f18e1bee7a77528c8752fe38d Mon Sep 17 00:00:00 2001 From: Ted Green Date: Sun, 28 Jun 2020 13:52:10 -0600 Subject: [PATCH] vegas.cpp: Default ioport IN2 to unused for analog games (nw) --- src/mame/drivers/vegas.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mame/drivers/vegas.cpp b/src/mame/drivers/vegas.cpp index 8ff8782e672..d0f998a7073 100644 --- a/src/mame/drivers/vegas.cpp +++ b/src/mame/drivers/vegas.cpp @@ -1369,6 +1369,9 @@ static INPUT_PORTS_START( vegas_analog ) PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Start Button") PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNUSED ) + PORT_MODIFY("IN2") + PORT_BIT( 0xffff, IP_ACTIVE_LOW, IPT_UNUSED ) + INPUT_PORTS_END /*************************************