summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/didact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/didact.cpp')
-rw-r--r--src/mame/drivers/didact.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/didact.cpp b/src/mame/drivers/didact.cpp
index 1796c6a8ce9..77d8a18dc63 100644
--- a/src/mame/drivers/didact.cpp
+++ b/src/mame/drivers/didact.cpp
@@ -588,7 +588,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(didact_state::scan_artwork)
}
MACHINE_CONFIG_START(md6802_state::md6802)
- MCFG_CPU_ADD("maincpu", M6802, XTAL_4MHz)
+ MCFG_CPU_ADD("maincpu", M6802, XTAL(4'000'000))
MCFG_CPU_PROGRAM_MAP(md6802_map)
MCFG_DEFAULT_LAYOUT(layout_md6802)