From f0d5044758e6bd1c5ff37735854ff1514800db06 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 10 Dec 2017 19:19:11 -0500 Subject: wpc_an: CPU type and clock determined (nw) --- src/mame/drivers/wpc_an.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3