summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 636b35bbc12..9af1417157a 100644
--- a/src/mame/drivers/wpc_an.cpp
+++ b/src/mame/drivers/wpc_an.cpp
@@ -317,7 +317,7 @@ DRIVER_INIT_MEMBER(wpc_an_state,wpc_an)
static MACHINE_CONFIG_START( wpc_an_base )
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6809, 2000000)
+ MCFG_CPU_ADD("maincpu", MC6809E, XTAL_8MHz / 4) // 68B09E
MCFG_CPU_PROGRAM_MAP(wpc_an_map)
MCFG_WMS_WPC_ADD("wpc")