summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/intellec4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/intellec4.cpp')
-rw-r--r--src/mame/drivers/intellec4.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/intellec4.cpp b/src/mame/drivers/intellec4.cpp
index 94a9e61e16f..d8941c8edd5 100644
--- a/src/mame/drivers/intellec4.cpp
+++ b/src/mame/drivers/intellec4.cpp
@@ -1040,7 +1040,7 @@ private:
----------------------------------*/
MACHINE_CONFIG_DERIVED(mod4_state::mod4, intellec4)
- MCFG_CPU_ADD("maincpu", I4004, 5185000. / 7)
+ MCFG_CPU_ADD("maincpu", I4004, 5.185_MHz_XTAL / 7)
MCFG_I4004_ROM_MAP(intellec4_rom)
MCFG_I4004_RAM_MEMORY_MAP(intellec4_ram_memory)
MCFG_I4004_ROM_PORTS_MAP(intellec4_rom_ports)
@@ -1231,7 +1231,7 @@ private:
----------------------------------*/
MACHINE_CONFIG_DERIVED(mod40_state::mod40, intellec4)
- MCFG_CPU_ADD("maincpu", I4040, 5185000. / 7)
+ MCFG_CPU_ADD("maincpu", I4040, 5.185_MHz_XTAL / 7)
MCFG_I4040_ROM_MAP(intellec4_rom)
MCFG_I4040_RAM_MEMORY_MAP(intellec4_ram_memory)
MCFG_I4040_ROM_PORTS_MAP(intellec4_rom_ports)