mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
mainevt.cpp: reverse button1 and button2 as per service mode (nw)
This commit is contained in:
parent
a75823f658
commit
9be7681bb3
@ -239,16 +239,16 @@ static INPUT_PORTS_START( mainevt )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SERVICE4 )
|
||||
|
||||
PORT_START("P1")
|
||||
KONAMI8_B21_UNK(1)
|
||||
KONAMI8_B12_UNK(1)
|
||||
|
||||
PORT_START("P2")
|
||||
KONAMI8_B21_UNK(2)
|
||||
KONAMI8_B12_UNK(2)
|
||||
|
||||
PORT_START("P3")
|
||||
KONAMI8_B21_UNK(3)
|
||||
KONAMI8_B12_UNK(3)
|
||||
|
||||
PORT_START("P4")
|
||||
KONAMI8_B21_UNK(4)
|
||||
KONAMI8_B12_UNK(4)
|
||||
|
||||
PORT_START("DSW1")
|
||||
PORT_DIPNAME( 0x0f, 0x0f, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:1,2,3,4")
|
||||
|
Loading…
Reference in New Issue
Block a user