mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
froggeram: Remove inaccessible DIPs (nw)
This commit is contained in:
parent
015aa38a04
commit
bbf8b2d837
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user