summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ms7004.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ms7004.cpp')
-rw-r--r--src/mame/machine/ms7004.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/ms7004.cpp b/src/mame/machine/ms7004.cpp
index dd7aeb70168..df4e55daee7 100644
--- a/src/mame/machine/ms7004.cpp
+++ b/src/mame/machine/ms7004.cpp
@@ -57,7 +57,7 @@ ADDRESS_MAP_END
//-------------------------------------------------
MACHINE_CONFIG_START(ms7004_device::device_add_mconfig)
- MCFG_CPU_ADD(MS7004_CPU_TAG, I8035, XTAL_4_608MHz)
+ MCFG_CPU_ADD(MS7004_CPU_TAG, I8035, XTAL(4'608'000))
MCFG_CPU_PROGRAM_MAP(ms7004_map)
MCFG_MCS48_PORT_P1_OUT_CB(WRITE8(ms7004_device, p1_w))
MCFG_MCS48_PORT_P2_OUT_CB(WRITE8(ms7004_device, p2_w))