mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
vegas.cpp: Default ioport IN2 to unused for analog games (nw)
This commit is contained in:
parent
1b12510693
commit
784f1012e6
@ -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
|
||||
|
||||
/*************************************
|
||||
|
Loading…
Reference in New Issue
Block a user