From 0cfee6b1b45fab98971cd911a3a7992c815086ee Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Mon, 4 Jul 2016 20:55:52 +0200 Subject: [PATCH] konamigx.cpp: added coin3, coin4, service3 and service4 for type3 and type4 hw (nw) --- src/mame/drivers/konamigx.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/konamigx.cpp b/src/mame/drivers/konamigx.cpp index 5138f3a9f62..f877f6a99c5 100644 --- a/src/mame/drivers/konamigx.cpp +++ b/src/mame/drivers/konamigx.cpp @@ -1473,7 +1473,10 @@ static INPUT_PORTS_START( type3 ) PORT_INCLUDE( common ) PORT_MODIFY("SYSTEM_DSW") - PORT_BIT( 0x00008000, IP_ACTIVE_HIGH, IPT_UNKNOWN ) + PORT_BIT( 0x00000400, IP_ACTIVE_LOW, IPT_COIN3 ) + PORT_BIT( 0x00000800, IP_ACTIVE_LOW, IPT_COIN4 ) + PORT_BIT( 0x00004000, IP_ACTIVE_LOW, IPT_SERVICE3 ) + PORT_BIT( 0x00008000, IP_ACTIVE_LOW, IPT_SERVICE4 ) PORT_DIPNAME( 0x01000000, 0x00000000, DEF_STR( Stereo )) PORT_DIPSETTING( 0x00000000, DEF_STR( Stereo )) PORT_DIPSETTING( 0x01000000, DEF_STR( Mono ))