summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mk85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mk85.cpp')
-rw-r--r--src/mame/drivers/mk85.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mk85.cpp b/src/mame/drivers/mk85.cpp
index eb37584075c..408935b5774 100644
--- a/src/mame/drivers/mk85.cpp
+++ b/src/mame/drivers/mk85.cpp
@@ -67,7 +67,7 @@ uint32_t mk85_state::screen_update_mk85(screen_device &screen, bitmap_ind16 &bit
MACHINE_CONFIG_START(mk85_state::mk85)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", K1801VM2, XTAL_4MHz)
+ MCFG_CPU_ADD("maincpu", K1801VM2, XTAL(4'000'000))
MCFG_T11_INITIAL_MODE(0)
MCFG_CPU_PROGRAM_MAP(mk85_mem)