From 7667e80719dd8f8763f90bb701c7253aaff007fe Mon Sep 17 00:00:00 2001 From: braintro Date: Sun, 18 Mar 2018 00:51:05 -0500 Subject: taito_f2.cpp: correct Mega Blast c-chip clock (nw) --- src/mame/drivers/taito_f2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_f2.cpp b/src/mame/drivers/taito_f2.cpp index 7c7b26f01e0..63daba7d922 100644 --- a/src/mame/drivers/taito_f2.cpp +++ b/src/mame/drivers/taito_f2.cpp @@ -2986,7 +2986,7 @@ MACHINE_CONFIG_START(taitof2_state::megab) MCFG_CPU_MODIFY("maincpu") MCFG_CPU_PROGRAM_MAP(megab_map) - MCFG_TAITO_CCHIP_ADD("cchip", XTAL(12'000'000)/2) /* ? MHz */ + MCFG_TAITO_CCHIP_ADD("cchip", XTAL(24'000'000)/2) /* 12MHz */ /* video hardware */ MCFG_VIDEO_START_OVERRIDE(taitof2_state,taitof2_megab) -- cgit v1.2.3