diff options
| author | 2012-06-23 19:20:14 +0000 | |
|---|---|---|
| committer | 2012-06-23 19:20:14 +0000 | |
| commit | ab8203e8e998798210c729c56900cd77a6c3c406 (patch) | |
| tree | b3ee3e266a5cda3fa0ba1a0f4f9824cefc685fc7 /src | |
| parent | 58d73c9282707a77d0a8a842775875232c152772 (diff) | |
taito_en.c: Corrected 68000 clock [Stefan Lindberg]
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/audio/taito_en.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/taito_en.c b/src/mame/audio/taito_en.c index 24e6b96a129..3ab2d9b8040 100644 --- a/src/mame/audio/taito_en.c +++ b/src/mame/audio/taito_en.c @@ -311,7 +311,7 @@ static const es5505_interface es5505_taito_en_config = *************************************/ MACHINE_CONFIG_FRAGMENT( taito_en_sound ) - MCFG_CPU_ADD("audiocpu", M68000, XTAL_16MHz) + MCFG_CPU_ADD("audiocpu", M68000, XTAL_30_4761MHz / 2) MCFG_CPU_PROGRAM_MAP(en_sound_map) MCFG_DUART68681_ADD("duart68681", XTAL_16MHz / 4, taito_en_duart68681_config) |
