mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
servicecoin was wrong (IPT_SERVICE is F2)
This commit is contained in:
parent
ef41f2d392
commit
61da84e24e
@ -1202,7 +1202,7 @@ static INPUT_PORTS_START( sxx2e )
|
||||
PORT_BIT( 0x00000001, IP_ACTIVE_LOW, IPT_START1 )
|
||||
PORT_BIT( 0x00000002, IP_ACTIVE_LOW, IPT_START2 )
|
||||
PORT_SERVICE_NO_TOGGLE( 0x00000004, IP_ACTIVE_LOW)
|
||||
PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_SERVICE )
|
||||
PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
PORT_BIT( 0x00000010, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x00000020, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x00000040, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
@ -1272,7 +1272,7 @@ static INPUT_PORTS_START( spi_ejanhs )
|
||||
|
||||
PORT_START("SYSTEM")
|
||||
PORT_SERVICE_NO_TOGGLE( 0x00000004, IP_ACTIVE_LOW )
|
||||
PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_SERVICE )
|
||||
PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
PORT_BIT( 0x000000f3, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0xffffff00, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
|
||||
@ -1360,7 +1360,7 @@ static INPUT_PORTS_START( sys386f )
|
||||
PORT_BIT( 0x00000010, IP_ACTIVE_LOW, IPT_MAHJONG_B )
|
||||
PORT_BIT( 0x00000020, IP_ACTIVE_LOW, IPT_MAHJONG_BET )
|
||||
PORT_SERVICE_NO_TOGGLE( 0x00000200, IP_ACTIVE_LOW)
|
||||
PORT_BIT( 0x00000800, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Payout") PORT_CODE(KEYCODE_Q)
|
||||
PORT_BIT( 0x00000800, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_NAME("Payout") PORT_CODE(KEYCODE_Q)
|
||||
PORT_BIT( 0xfffff5c0, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
|
||||
PORT_START("SYSTEM")
|
||||
|
Loading…
Reference in New Issue
Block a user