summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fontwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fontwriter.cpp')
-rw-r--r--src/mame/drivers/fontwriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fontwriter.cpp b/src/mame/drivers/fontwriter.cpp
index a3173193cdb..22e37bdf154 100644
--- a/src/mame/drivers/fontwriter.cpp
+++ b/src/mame/drivers/fontwriter.cpp
@@ -88,7 +88,7 @@ static INPUT_PORTS_START( fontwriter )
INPUT_PORTS_END
MACHINE_CONFIG_START(fontwriter_state::fontwriter)
- MCFG_CPU_ADD("maincpu", M37720S1, XTAL_16MHz) /* M37720S1 @ 16MHz - main CPU */
+ MCFG_CPU_ADD("maincpu", M37720S1, XTAL(16'000'000)) /* M37720S1 @ 16MHz - main CPU */
MCFG_CPU_PROGRAM_MAP(main_map)
MCFG_CPU_IO_MAP(io_map)