Previous 199869 Revisions Next

r17821 Wednesday 12th September, 2012 at 08:58:04 UTC by hap
small fix
[src/mame/drivers]mcr.c

trunk/src/mame/drivers/mcr.c
r17820r17821
390390      dpoker_coin_status &= ~8;
391391   }
392392   
393   coin_counter_w(timer.machine(), 0, dpoker_output_34 & 8);
393   coin_counter_w(timer.machine(), 3, dpoker_output_34 & 8);
394394}
395395
396396TIMER_DEVICE_CALLBACK( dpoker_coin_in_callback )
r17820r17821
461461      m_dpoker_hopper_timer->adjust(attotime::from_msec(500));
462462   
463463   // other bits: unused?
464
465   dpoker_output_34 = data;
464466}
465467
466468

Previous 199869 Revisions Next


© 1997-2024 The MAME Team