summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/mcr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mcr.c b/src/mame/drivers/mcr.c
index 08b464cd829..67e05d012d2 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(), 3, dpoker_output_34 & 8);
+ coin_counter_w(timer.machine(), 3, dpoker_coin_status & 8);
}
TIMER_DEVICE_CALLBACK( dpoker_coin_in_callback )