alpha68k (skyadvnt, skyadvntj): Increased buttons usable from 2 to 3 which matches port test in service mode as well as matching information in the conversion manual. (nw)

This commit is contained in:
Scott Stone 2017-01-03 15:16:18 -05:00
parent 0ed56532df
commit d6979095c7

View File

@ -1304,10 +1304,10 @@ INPUT_PORTS_END
static INPUT_PORTS_START( skyadvnt )
PORT_START("IN0")
ALPHA68K_PLAYER_INPUT_LSB( 1, IPT_UNKNOWN, IPT_START1, IP_ACTIVE_LOW )
ALPHA68K_PLAYER_INPUT_LSB( 1, IPT_BUTTON3, IPT_START1, IP_ACTIVE_LOW )
PORT_START("IN1")
ALPHA68K_PLAYER_INPUT_LSB( 2, IPT_UNKNOWN, IPT_START2, IP_ACTIVE_LOW )
ALPHA68K_PLAYER_INPUT_LSB( 2, IPT_BUTTON3, IPT_START2, IP_ACTIVE_LOW )
ALPHA68K_MCU