summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cball.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cball.cpp')
-rw-r--r--src/mame/drivers/cball.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cball.cpp b/src/mame/drivers/cball.cpp
index bad1a3dc32f..492ba5550f1 100644
--- a/src/mame/drivers/cball.cpp
+++ b/src/mame/drivers/cball.cpp
@@ -263,7 +263,7 @@ GFXDECODE_END
MACHINE_CONFIG_START(cball_state::cball)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6800, XTAL_12_096MHz / 16) /* ? */
+ MCFG_CPU_ADD("maincpu", M6800, XTAL(12'096'000) / 16) /* ? */
MCFG_CPU_PROGRAM_MAP(cpu_map)