froggeram: Remove inaccessible DIPs (nw)

This commit is contained in:
AJR 2017-07-01 17:08:47 -04:00
parent 015aa38a04
commit bbf8b2d837

View File

@ -4347,10 +4347,7 @@ static INPUT_PORTS_START( froggeram )
PORT_DIPSETTING( 0x00, "A 1/1 B 1/1" )
PORT_DIPSETTING( 0x08, "A 2/1 B 2/1" )
PORT_DIPSETTING( 0x04, "A 1/1 B 2/1" )
PORT_DIPUNKNOWN( 0x10, 0x00 )
PORT_DIPUNKNOWN( 0x20, 0x00 )
PORT_DIPUNKNOWN( 0x40, 0x00 )
PORT_DIPUNKNOWN( 0x80, 0x00 )
PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("IN3") /* need for some PPI accesses */
PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN )