mirror of
https://github.com/holub/mame
synced 2025-05-31 10:01:51 +03:00
fix lupin3a recent regression
This commit is contained in:
parent
d35d8d6395
commit
b4c5c83788
@ -1328,9 +1328,9 @@ INPUT_PORTS_END
|
||||
static INPUT_PORTS_START( lupin3a )
|
||||
PORT_INCLUDE( lupin3 )
|
||||
|
||||
//PORT_MODIFY("IN0")
|
||||
//PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* selects color mode (dynamic vs. static) */
|
||||
//PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* something has to do with sound */
|
||||
PORT_MODIFY("IN0")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* selects color mode (dynamic vs. static) */
|
||||
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* something has to do with sound */
|
||||
|
||||
PORT_MODIFY("IN2")
|
||||
PORT_DIPNAME( 0x10, 0x00, DEF_STR( Language ) ) PORT_DIPLOCATION("SW1:5")
|
||||
|
Loading…
Reference in New Issue
Block a user