summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wpc_an.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wpc_an.cpp')
-rw-r--r--src/mame/drivers/wpc_an.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wpc_an.cpp b/src/mame/drivers/wpc_an.cpp
index cbdc91b9795..9f517cca4e2 100644
--- a/src/mame/drivers/wpc_an.cpp
+++ b/src/mame/drivers/wpc_an.cpp
@@ -320,7 +320,7 @@ DRIVER_INIT_MEMBER(wpc_an_state,wpc_an)
MACHINE_CONFIG_START(wpc_an_state::wpc_an_base)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", MC6809E, XTAL_8MHz / 4) // 68B09E
+ MCFG_CPU_ADD("maincpu", MC6809E, XTAL(8'000'000) / 4) // 68B09E
MCFG_CPU_PROGRAM_MAP(wpc_an_map)
MCFG_WMS_WPC_ADD("wpc")