From 9be7681bb3aa940666d249397e3241fd21fcaaca Mon Sep 17 00:00:00 2001 From: angelosa Date: Sun, 12 Nov 2017 06:37:18 +0100 Subject: mainevt.cpp: reverse button1 and button2 as per service mode (nw) --- src/mame/drivers/mainevt.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/mainevt.cpp b/src/mame/drivers/mainevt.cpp index 03feedd4207..8df16552266 100644 --- a/src/mame/drivers/mainevt.cpp +++ b/src/mame/drivers/mainevt.cpp @@ -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") -- cgit v1.2.3