Previous 199869 Revisions Next

r33785 Wednesday 10th December, 2014 at 01:52:35 UTC by Alex W. Jackson
prehisle.c: PORT_VBLANK seems more likely active low (nw)
[src/mame/drivers]prehisle.c

trunk/src/mame/drivers/prehisle.c
r242296r242297
139139   PORT_DIPNAME( 0x40, 0x40, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW2:7")
140140   PORT_DIPSETTING(    0x00, DEF_STR( No ) )
141141   PORT_DIPSETTING(    0x40, DEF_STR( Yes ) )
142   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_VBLANK("screen")
142   PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_VBLANK("screen")
143143INPUT_PORTS_END
144144
145145/******************************************************************************/


Previous 199869 Revisions Next


© 1997-2024 The MAME Team