metro.cpp : daitorid* : Manual says Button 2 is used for change direction of Mount of Tiles, Correct this (#3274)

This commit is contained in:
cam900 2018-02-26 17:39:47 +09:00 committed by Ivan Vangelista
parent ecbe4efa1c
commit b23717203a

View File

@ -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)