summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ssv.c')
-rw-r--r--src/mame/drivers/ssv.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/ssv.c b/src/mame/drivers/ssv.c
index d7526860397..374f92bc171 100644
--- a/src/mame/drivers/ssv.c
+++ b/src/mame/drivers/ssv.c
@@ -1934,7 +1934,7 @@ static INPUT_PORTS_START( meosism )
PORT_START("SYSTEM") // IN4 - $21000c
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(10)
-// PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_IMPULSE(10) // Should work but doesn't
+// PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_IMPULSE(10) // Should work but doesn't
PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_SERVICE1 ) //service coin
PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Analyzer") //analyzer
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_BUTTON5 ) //max bet
@@ -2333,11 +2333,11 @@ static INPUT_PORTS_START( twineag2 )
PORT_SERVICE_DIPLOC( 0x0080, IP_ACTIVE_LOW, "DSW2:8" )
// Not shown in service mode I/O or show any function in game. Valid?
-// PORT_MODIFY("SYSTEM") // IN4 - $21000c
-// PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_SERVICE2 )
-// PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_SERVICE4 )
-// PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_START3 )
-// PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_START4 )
+// PORT_MODIFY("SYSTEM") // IN4 - $21000c
+// PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_SERVICE2 )
+// PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_SERVICE4 )
+// PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_START3 )
+// PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_START4 )
INPUT_PORTS_END