mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
taito_f2.cpp: correct Mega Blast c-chip clock (nw)
This commit is contained in:
parent
f70962d05f
commit
7667e80719
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user