summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ms32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ms32.c')
-rw-r--r--src/mame/drivers/ms32.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/ms32.c b/src/mame/drivers/ms32.c
index 954b319e1b3..97eb1b9b65a 100644
--- a/src/mame/drivers/ms32.c
+++ b/src/mame/drivers/ms32.c
@@ -746,7 +746,7 @@ static INPUT_PORTS_START( p47aces )
PORT_DIPNAME( 0x00030000, 0x00030000, "FG/BG X offset" ) PORT_DIPLOCATION("SW3:8,7")
PORT_DIPSETTING( 0x00030000, "0/0" )
PORT_DIPSETTING( 0x00020000, "5/5" )
-// PORT_DIPSETTING( 0x00010000, "5/5" )
+// PORT_DIPSETTING( 0x00010000, "5/5" )
PORT_DIPSETTING( 0x00000000, "2/4" )
PORT_DIPNAME( 0x00400000, 0x00400000, "FBI Logo" ) PORT_DIPLOCATION("SW3:2")
PORT_DIPSETTING( 0x00400000, DEF_STR( No ) )
@@ -870,9 +870,9 @@ static INPUT_PORTS_START( kirarast ) // player 1 inputs done? others?
PORT_BIT( 0x00020000, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x00040000, IP_ACTIVE_LOW, IPT_SERVICE1 )
PORT_BIT( 0x00080000, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME(DEF_STR( Test )) PORT_CODE(KEYCODE_F1)
-// PORT_BIT( 0x00100000, IP_ACTIVE_LOW, IPT_START1 ) /* already mapped in mahjong inputs */
+// PORT_BIT( 0x00100000, IP_ACTIVE_LOW, IPT_START1 ) /* already mapped in mahjong inputs */
PORT_BIT( 0x00100000, IP_ACTIVE_LOW, IPT_UNUSED )
-// PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_START2 ) /* ms32.c mahjongs don't have P2 inputs */
+// PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_START2 ) /* ms32.c mahjongs don't have P2 inputs */
PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x00400000, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x00800000, IP_ACTIVE_LOW, IPT_UNKNOWN )
@@ -918,7 +918,7 @@ static INPUT_PORTS_START( 47pie2 ) // player 1 inputs done? others?
PORT_INCLUDE( kirarast )
PORT_MODIFY("INPUTS")
-// PORT_BIT( 0x00020000, IP_ACTIVE_LOW, IPT_COIN2 ) /* coin 2 is unused */
+// PORT_BIT( 0x00020000, IP_ACTIVE_LOW, IPT_COIN2 ) /* coin 2 is unused */
PORT_BIT( 0x00020000, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_MODIFY("DSW")