wpc_an: CPU type and clock determined (nw)

This commit is contained in:
AJR 2017-12-10 19:19:11 -05:00
parent 76dcc98b53
commit f0d5044758

View File

@ -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")