summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/imds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/imds.cpp')
-rw-r--r--src/mame/drivers/imds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/imds.cpp b/src/mame/drivers/imds.cpp
index 29fa12596ab..4e6a6c10ab3 100644
--- a/src/mame/drivers/imds.cpp
+++ b/src/mame/drivers/imds.cpp
@@ -91,7 +91,7 @@ void imds_state::machine_reset()
MACHINE_CONFIG_START(imds_state::imds)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", I8080, XTAL_4MHz) // no idea of clock.
+ MCFG_CPU_ADD("maincpu", I8080, XTAL(4'000'000)) // no idea of clock.
MCFG_CPU_PROGRAM_MAP(imds_mem)
MCFG_CPU_IO_MAP(imds_io)