summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segam1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segam1.cpp')
-rw-r--r--src/mame/drivers/segam1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segam1.cpp b/src/mame/drivers/segam1.cpp
index 49354fa25b4..38c0635e384 100644
--- a/src/mame/drivers/segam1.cpp
+++ b/src/mame/drivers/segam1.cpp
@@ -338,7 +338,7 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(segam1_state::segam1)
- MCFG_CPU_ADD("maincpu", M68000, XTAL_20MHz/2)
+ MCFG_CPU_ADD("maincpu", M68000, XTAL(20'000'000)/2)
MCFG_CPU_PROGRAM_MAP(segam1_map)
MCFG_CPU_VBLANK_INT_DRIVER("screen", segam1_state, irq4_line_hold)