mirror of
https://github.com/holub/mame
synced 2025-06-22 20:38:50 +03:00
note
This commit is contained in:
parent
3e27396d03
commit
45343f9a87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user