mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
wpc_an: CPU type and clock determined (nw)
This commit is contained in:
parent
76dcc98b53
commit
f0d5044758
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user