summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sprint2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sprint2.cpp')
-rw-r--r--src/mame/drivers/sprint2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sprint2.cpp b/src/mame/drivers/sprint2.cpp
index 883e6171069..35908666df0 100644
--- a/src/mame/drivers/sprint2.cpp
+++ b/src/mame/drivers/sprint2.cpp
@@ -512,7 +512,7 @@ GFXDECODE_END
MACHINE_CONFIG_START(sprint2_state::sprint2)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6502, XTAL_12_096MHz / 16)
+ MCFG_CPU_ADD("maincpu", M6502, XTAL(12'096'000) / 16)
MCFG_CPU_PROGRAM_MAP(sprint2_map)
MCFG_CPU_VBLANK_INT_DRIVER("screen", sprint2_state, sprint2)