trunk/src/mame/drivers/dreambal.c
| r21667 | r21668 | |
| 161 | 161 | PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_START1) PORT_NAME("Start / Proceed") |
| 162 | 162 | PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_POKER_HOLD2 ) PORT_NAME("Hold 2 / Big") |
| 163 | 163 | 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 |
| 167 | 165 | PORT_DIPNAME( 0x4000, 0x4000, DEF_STR( Unknown ) ) |
| 168 | 166 | PORT_DIPSETTING( 0x4000, DEF_STR( Off ) ) |
| 169 | 167 | PORT_DIPSETTING( 0x0000, DEF_STR( On ) ) |