mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
seattle.cpp: Update carnevil dipswitch settings
This commit is contained in:
parent
5aaae19230
commit
ac0d459193
@ -1850,15 +1850,11 @@ static INPUT_PORTS_START( carnevil )
|
||||
PORT_DIPSETTING( 0x0004, "U.K. 6" )
|
||||
PORT_DIPSETTING( 0x0002, "U.K. 7 ECA" )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( Free_Play ))
|
||||
PORT_DIPNAME( 0x0040, 0x0000, DEF_STR( Unknown ))
|
||||
PORT_DIPSETTING( 0x0040, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
||||
PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_DIPNAME( 0x0080, 0x0080, "Power Up Test Loop" )
|
||||
PORT_DIPSETTING( 0x0080, DEF_STR( No ))
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( Yes ))
|
||||
PORT_DIPNAME( 0x0100, 0x0000, DEF_STR( Unknown ))
|
||||
PORT_DIPSETTING( 0x0100, "0" )
|
||||
PORT_DIPSETTING( 0x0000, "1" )
|
||||
PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_DIPNAME( 0x0600, 0x0400, "Resolution" )
|
||||
// PORT_DIPSETTING( 0x0600, "0" )
|
||||
// PORT_DIPSETTING( 0x0200, DEF_STR( Medium ) )
|
||||
@ -1869,9 +1865,7 @@ static INPUT_PORTS_START( carnevil )
|
||||
PORT_DIPSETTING( 0x0800, "47 MHz" )
|
||||
PORT_DIPSETTING( 0x1000, "49 MHz" )
|
||||
PORT_DIPSETTING( 0x1800, "51 MHz" )
|
||||
PORT_DIPNAME( 0x2000, 0x0000, DEF_STR( Unknown ))
|
||||
PORT_DIPSETTING( 0x2000, "0" )
|
||||
PORT_DIPSETTING( 0x0000, "1" )
|
||||
PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_DIPNAME( 0x4000, 0x0000, "Power On Self Test" )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( No ))
|
||||
PORT_DIPSETTING( 0x4000, DEF_STR( Yes ))
|
||||
|
Loading…
Reference in New Issue
Block a user