From 98f0d3d6894d52847e4baee0cd791ca3279c6678 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Fri, 19 Dec 2014 12:58:04 -0500 Subject: Fix yamyam and clones regression from clock change. (nw) --- src/mame/drivers/gundealr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/gundealr.c b/src/mame/drivers/gundealr.c index 3ca3608daf8..3253a483fca 100644 --- a/src/mame/drivers/gundealr.c +++ b/src/mame/drivers/gundealr.c @@ -495,7 +495,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(gundealr_state::yamyam_mcu_sim) static MACHINE_CONFIG_DERIVED( yamyam, gundealr ) - MCFG_TIMER_DRIVER_ADD_PERIODIC("mcusim", gundealr_state, yamyam_mcu_sim, attotime::from_hz(8000000/60)) + MCFG_TIMER_DRIVER_ADD_PERIODIC("mcusim", gundealr_state, yamyam_mcu_sim, attotime::from_hz(6000000/60)) /* 6mhz confirmed */ MACHINE_CONFIG_END -- cgit v1.2.3