summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/peplus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/peplus.c')
-rw-r--r--src/mame/drivers/peplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/peplus.c b/src/mame/drivers/peplus.c
index e720a680dc6..98873b19797 100644
--- a/src/mame/drivers/peplus.c
+++ b/src/mame/drivers/peplus.c
@@ -600,7 +600,7 @@ static READ8_HANDLER( peplus_input_bank_a_r )
} else {
coin_out_state = 3; // Coin-Out On
}
-
+
last_coin_out = activecpu_gettotalcycles();
}