| Previous | 199869 Revisions | Next |
| r17821 Wednesday 12th September, 2012 at 08:58:04 UTC by hap |
|---|
| small fix |
| [src/mame/drivers] | mcr.c |
| r17820 | r17821 | |
|---|---|---|
| 390 | 390 | dpoker_coin_status &= ~8; |
| 391 | 391 | } |
| 392 | 392 | |
| 393 | coin_counter_w(timer.machine(), | |
| 393 | coin_counter_w(timer.machine(), 3, dpoker_output_34 & 8); | |
| 394 | 394 | } |
| 395 | 395 | |
| 396 | 396 | TIMER_DEVICE_CALLBACK( dpoker_coin_in_callback ) |
| r17820 | r17821 | |
| 461 | 461 | m_dpoker_hopper_timer->adjust(attotime::from_msec(500)); |
| 462 | 462 | |
| 463 | 463 | // other bits: unused? |
| 464 | ||
| 465 | dpoker_output_34 = data; | |
| 464 | 466 | } |
| 465 | 467 | |
| 466 | 468 |
| Previous | 199869 Revisions | Next |