mirror of
https://github.com/holub/mame
synced 2025-05-17 03:10:43 +03:00
fix finalgdr not accepting coins (mantis 1832)
problem was double mapped input bits. Aaron, could we have a validity check for this? looks like it affects an number of drivers? maybe also a validty check for unmapped port bits? surely all ports should be either 8-bit, 16-bit, 32-bit or 64-bit, and nothing else.. unused bits should be mapped as unused...
This commit is contained in:
parent
2bd5a419b1
commit
fc8d7ec1b5
@ -493,7 +493,7 @@ static INPUT_PORTS_START( finalgdr )
|
||||
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
PORT_SERVICE_NO_TOGGLE( 0x0080, IP_ACTIVE_LOW )
|
||||
PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user