Previous 199869 Revisions Next

r18587 Thursday 18th October, 2012 at 03:05:52 UTC by hap
fix lupin3a recent regression
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r18586r18587
13281328static INPUT_PORTS_START( lupin3a )
13291329   PORT_INCLUDE( lupin3 )
13301330
1331   //PORT_MODIFY("IN0")
1332   //PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* selects color mode (dynamic vs. static) */
1333   //PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* something has to do with sound */
1331   PORT_MODIFY("IN0")
1332   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* selects color mode (dynamic vs. static) */
1333   PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* something has to do with sound */
13341334
13351335   PORT_MODIFY("IN2")
13361336   PORT_DIPNAME( 0x10, 0x00, DEF_STR( Language ) )      PORT_DIPLOCATION("SW1:5")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team