summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cv1k.c
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2014-08-14 16:56:22 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2014-08-14 16:56:22 +0000
commit45343f9a87c7c46a0161dfd4be30a04236ad2216 (patch)
treefdb6091997df65cfbec13981d8eb638ce9b54db4 /src/mame/drivers/cv1k.c
parent3e27396d03cf082ad314033dd065db4e340d01b0 (diff)
note
Diffstat (limited to 'src/mame/drivers/cv1k.c')
-rw-r--r--src/mame/drivers/cv1k.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/cv1k.c b/src/mame/drivers/cv1k.c
index 02aef5c847b..fbe82ead60b 100644
--- a/src/mame/drivers/cv1k.c
+++ b/src/mame/drivers/cv1k.c
@@ -356,15 +356,15 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( cv1k )
PORT_START("DSW") // 18000050.l (18000050.b + 3 i.e. MSB + 3, is shown as DIPSW)
// PORT_BIT( 0xfcfffffc, IP_ACTIVE_LOW, IPT_UNKNOWN )
- PORT_DIPNAME( 0x00000002, 0x00000000, DEF_STR( Unknown ) )
+ PORT_DIPNAME( 0x00000002, 0x00000000, DEF_STR( Unknown ) ) // S2 2
PORT_DIPSETTING( 0x00000000, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00000002, DEF_STR( On ) )
- PORT_SERVICE( 0x00000001, IP_ACTIVE_HIGH )
+ PORT_SERVICE( 0x00000001, IP_ACTIVE_HIGH ) // S2 1
PORT_START("PORT_C")
- PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SERVICE1 ) // Service coin
- PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_SERVICE3 ) // Test button copied here
- PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) // IMPLEMENT COIN ERROR!
+ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SERVICE1 ) // Service coin
+ PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_SERVICE3 ) // Test Button on JAMMA Edge
+ PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) // TODO: IMPLEMENT COIN ERROR!
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_START1 )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_START2 )
@@ -381,7 +381,7 @@ static INPUT_PORTS_START( cv1k )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_PLAYER(1)
PORT_START("PORT_F")
- PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_SERVICE2 ) // Test Push Button
+ PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_SERVICE2 ) // S3 Test Push Button
PORT_BIT( 0xfd, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_START("PORT_L") // 4000134.b, 4000136.b