mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
metro.cpp : daitorid* : Manual says Button 2 is used for change direction of Mount of Tiles, Correct this (#3274)
This commit is contained in:
parent
ecbe4efa1c
commit
b23717203a
@ -1892,8 +1892,8 @@ static INPUT_PORTS_START( daitorid )
|
||||
COINS_SOUND
|
||||
|
||||
PORT_START("IN1") // $c00002
|
||||
JOY_LSB(1, BUTTON1, UNKNOWN, UNKNOWN, UNKNOWN) // BUTTON2 and BUTTON3 in "test mode" only
|
||||
JOY_MSB(2, BUTTON1, UNKNOWN, UNKNOWN, UNKNOWN) // BUTTON2 and BUTTON3 in "test mode" only
|
||||
JOY_LSB(1, BUTTON1, BUTTON2, UNKNOWN, UNKNOWN) // BUTTON3 in "test mode" only
|
||||
JOY_MSB(2, BUTTON1, BUTTON2, UNKNOWN, UNKNOWN) // BUTTON3 in "test mode" only
|
||||
|
||||
PORT_START("DSW0") // $c00004
|
||||
COINAGE_SERVICE_LOC(SW1)
|
||||
|
Loading…
Reference in New Issue
Block a user