mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
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:
parent
0ed56532df
commit
d6979095c7
@ -1304,10 +1304,10 @@ INPUT_PORTS_END
|
|||||||
|
|
||||||
static INPUT_PORTS_START( skyadvnt )
|
static INPUT_PORTS_START( skyadvnt )
|
||||||
PORT_START("IN0")
|
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")
|
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
|
ALPHA68K_MCU
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user