mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
vegas: Fix DIP settings for gauntleg. (nw)
This commit is contained in:
parent
0136cba5b5
commit
2aee3b5612
@ -1303,9 +1303,11 @@ static INPUT_PORTS_START( gauntleg )
|
||||
PORT_DIPNAME( 0x0001, 0x0001, "PM Dump" )
|
||||
PORT_DIPSETTING( 0x0001, "Watchdog resets only" )
|
||||
PORT_DIPSETTING( 0x0000, "All resets" )
|
||||
PORT_DIPNAME( 0x0040, 0x0040, "Boot ROM Test" )
|
||||
PORT_DIPSETTING( 0x0040, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x00c0, 0x00c0, "Test Mode" )
|
||||
PORT_DIPSETTING( 0x00c0, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0040, "Disk-based Test" )
|
||||
PORT_DIPSETTING( 0x0080, "EPROM-based Test" )
|
||||
PORT_DIPSETTING( 0x0000, "Interactive Diagnostics" )
|
||||
PORT_DIPNAME( 0x0800, 0x0800, "SIO Rev" )
|
||||
PORT_DIPSETTING( 0x0800, "1 or later")
|
||||
PORT_DIPSETTING( 0x0000, "0")
|
||||
|
Loading…
Reference in New Issue
Block a user