From 69ae67f18a20a42667d497eb6eac52fe08114f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Wed, 12 Sep 2012 08:58:04 +0000 Subject: small fix --- src/mame/drivers/mcr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mame/drivers/mcr.c b/src/mame/drivers/mcr.c index 8af29e5d593..08b464cd829 100644 --- a/src/mame/drivers/mcr.c +++ b/src/mame/drivers/mcr.c @@ -390,7 +390,7 @@ TIMER_DEVICE_CALLBACK( dpoker_hopper_callback ) dpoker_coin_status &= ~8; } - coin_counter_w(timer.machine(), 0, dpoker_output_34 & 8); + coin_counter_w(timer.machine(), 3, dpoker_output_34 & 8); } TIMER_DEVICE_CALLBACK( dpoker_coin_in_callback ) @@ -461,6 +461,8 @@ WRITE8_MEMBER(mcr_state::dpoker_p34_w) m_dpoker_hopper_timer->adjust(attotime::from_msec(500)); // other bits: unused? + + dpoker_output_34 = data; } -- cgit v1.2.3