diff options
| author | 2013-09-12 20:06:12 +0000 | |
|---|---|---|
| committer | 2013-09-12 20:06:12 +0000 | |
| commit | 4d64202ef1e522933cec6e5e575dc20c02ba7efe (patch) | |
| tree | 70522e8e96562687bac139f3e684f0a1c64c2c3a /src | |
| parent | 52bfccb35c222ae1cb9e00d01c58960e1e7e7feb (diff) | |
Fix for MT #05287: sgunner2, sgunner2j: Player 2 Start missing (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/namcos2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/namcos2.c b/src/mame/drivers/namcos2.c index 709bf86bb78..0eec9087c14 100644 --- a/src/mame/drivers/namcos2.c +++ b/src/mame/drivers/namcos2.c @@ -1444,7 +1444,7 @@ static INPUT_PORTS_START( sgunner2 ) PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2) PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2) PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2) - PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 ) PORT_PLAYER(2) + PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START2 ) PORT_START("MCUC") /* M37450 - PORT 6 */ PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
