mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
(fix order)
This commit is contained in:
parent
a5a4992158
commit
b5e809acf8
@ -1213,9 +1213,9 @@ static INPUT_PORTS_START( pocketrc )
|
|||||||
PORT_INCLUDE( namcos11 )
|
PORT_INCLUDE( namcos11 )
|
||||||
|
|
||||||
PORT_MODIFY( "SWITCH" )
|
PORT_MODIFY( "SWITCH" )
|
||||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )
|
|
||||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED )
|
|
||||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED )
|
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||||
|
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||||
|
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||||
|
|
||||||
PORT_MODIFY( "PLAYER1" )
|
PORT_MODIFY( "PLAYER1" )
|
||||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED )
|
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||||
|
Loading…
Reference in New Issue
Block a user