mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
NB1/NB2: fix default dips. IMPORTANT: you must delete all cfg and nv files for these games!
This commit is contained in:
parent
0ccf1e16da
commit
d0ee12bc4c
@ -1801,17 +1801,17 @@ ROM_END
|
||||
|
||||
static INPUT_PORTS_START( gunbulet )
|
||||
PORT_START("MISC")
|
||||
PORT_DIPNAME( 0x01, 0x00, "DSW2 (unused)" )
|
||||
PORT_DIPNAME( 0x01, 0x01, "DSW2 (unused)" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x02, 0x00, "DSW1 (unused)" )
|
||||
PORT_DIPNAME( 0x02, 0x02, "DSW1 (unused)" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( On ) )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN2 )
|
||||
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
PORT_DIPNAME( 0x40, 0x00, "Test switch" )
|
||||
PORT_DIPNAME( 0x40, 0x40, "Test switch" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x40, DEF_STR( On ) )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
@ -1948,17 +1948,17 @@ static INPUT_PORTS_START( namconb1 )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START4 )
|
||||
|
||||
PORT_START("MISC")
|
||||
PORT_DIPNAME( 0x01, 0x00, "DSW2 (unused)" )
|
||||
PORT_DIPNAME( 0x01, 0x01, "DSW2 (unused)" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x02, 0x00, "DSW1 (unused)" )
|
||||
PORT_DIPNAME( 0x02, 0x02, "DSW1 (unused)" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( On ) )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN2 )
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN3 )
|
||||
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_COIN4 )
|
||||
PORT_DIPNAME( 0x40, 0x00, "Test switch" )
|
||||
PORT_DIPNAME( 0x40, 0x40, "Test switch" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x40, DEF_STR( On ) )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
|
Loading…
Reference in New Issue
Block a user