summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/timex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/timex.cpp')
-rw-r--r--src/mame/drivers/timex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/timex.cpp b/src/mame/drivers/timex.cpp
index 989181e043b..06cc0020f0e 100644
--- a/src/mame/drivers/timex.cpp
+++ b/src/mame/drivers/timex.cpp
@@ -683,7 +683,7 @@ static GFXDECODE_START( ts2068 )
GFXDECODE_END
MACHINE_CONFIG_DERIVED(spectrum_state::ts2068, spectrum_128)
- MCFG_CPU_REPLACE("maincpu", Z80, XTAL_14_112MHz/4) /* From Schematic; 3.528 MHz */
+ MCFG_CPU_REPLACE("maincpu", Z80, XTAL(14'112'000)/4) /* From Schematic; 3.528 MHz */
MCFG_CPU_PROGRAM_MAP(ts2068_mem)
MCFG_CPU_IO_MAP(ts2068_io)
MCFG_CPU_VBLANK_INT_DRIVER("screen", spectrum_state, spec_interrupt)
@@ -704,7 +704,7 @@ MACHINE_CONFIG_DERIVED(spectrum_state::ts2068, spectrum_128)
MCFG_VIDEO_START_OVERRIDE(spectrum_state, ts2068 )
/* sound */
- MCFG_SOUND_REPLACE("ay8912", AY8912, XTAL_14_112MHz/8) /* From Schematic; 1.764 MHz */
+ MCFG_SOUND_REPLACE("ay8912", AY8912, XTAL(14'112'000)/8) /* From Schematic; 1.764 MHz */
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
/* cartridge */