mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
WMS games: Fixed CPU clock...
This commit is contained in:
parent
458fb7f48e
commit
b108f487f8
@ -126,7 +126,7 @@ INPUT_PORTS_END
|
||||
|
||||
static MACHINE_CONFIG_START( wms, wms_state )
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", I80188, MAIN_CLOCK / 2 ) // AMD N80C188-20
|
||||
MCFG_CPU_ADD("maincpu", I80188, MAIN_CLOCK ) // AMD N80C188-20, ( 40 MHz. internally divided by 2)
|
||||
MCFG_CPU_PROGRAM_MAP(wms_map)
|
||||
MCFG_CPU_IO_MAP(wms_io)
|
||||
MACHINE_CONFIG_END
|
||||
|
Loading…
Reference in New Issue
Block a user