Previous 199869 Revisions Next

r21668 Wednesday 6th March, 2013 at 20:47:09 UTC by David Haywood
missed an input
[src/mame/drivers]dreambal.c

trunk/src/mame/drivers/dreambal.c
r21667r21668
161161   PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_START1) PORT_NAME("Start / Proceed")
162162   PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_POKER_HOLD2 ) PORT_NAME("Hold 2 / Big")
163163   PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_POKER_HOLD4 ) PORT_NAME("Hold 4")
164   PORT_DIPNAME( 0x2000, 0x2000, DEF_STR( Unknown ) )
165   PORT_DIPSETTING(      0x2000, DEF_STR( Off ) )
166   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
164   PORT_SERVICE( 0x2000, IP_ACTIVE_LOW ) // only works if there are 0 credits
167165   PORT_DIPNAME( 0x4000, 0x4000, DEF_STR( Unknown ) )
168166   PORT_DIPSETTING(      0x4000, DEF_STR( Off ) )
169167   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team