diff options
| author | 2009-01-19 11:31:58 +0000 | |
|---|---|---|
| committer | 2009-01-19 11:31:58 +0000 | |
| commit | d5d990758341721294b36181a2f53fc9c9419e02 (patch) | |
| tree | fbff6b223ab6b144a4e87c12f7ac4555e6d39455 /src | |
| parent | 453b26cd0c9be9801a5269f3076fe4f332ac5131 (diff) | |
Fixed Perfect Soldiers input (added missing button3) by a3SEybxT0
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/m92.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/m92.c b/src/mame/drivers/m92.c index 43a1e4ecb54..71d71025d12 100644 --- a/src/mame/drivers/m92.c +++ b/src/mame/drivers/m92.c @@ -765,6 +765,9 @@ INPUT_PORTS_END static INPUT_PORTS_START( psoldier ) PORT_INCLUDE(m92_2player) + PORT_MODIFY("P1_P2") + IREM_GENERIC_JOYSTICKS_3_BUTTONS(1, 2) + PORT_MODIFY("DSW") /* Dip switch bank 1 */ PORT_DIPNAME( 0x0020, 0x0000, "Any Button to Start" ) PORT_DIPLOCATION("SW1:6") |
