mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
woops
This commit is contained in:
parent
ea7889252b
commit
d558d4d294
@ -719,13 +719,13 @@ static INPUT_PORTS_START( coh3002t )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
||||
PORT_START("DSW")
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x04, 0x04, "S551:1" )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x01, 0x01, "S551:1" )
|
||||
PORT_DIPNAME( 0x02, 0x02, DEF_STR( Service_Mode ) ) PORT_DIPLOCATION("S551:2") // bios testmode
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x04, 0x04, "S551:3" )
|
||||
PORT_DIPNAME( 0x02, 0x02, "Test Mode" ) PORT_DIPLOCATION("S551:4") // game testmode
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
|
||||
PORT_DIPNAME( 0x08, 0x08, "Test Mode" ) PORT_DIPLOCATION("S551:4") // game testmode
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user