mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
Fixed mistake in clock change to allow trojan to use proper verified speeds. (no whatsnew)
This commit is contained in:
parent
03f9377cbd
commit
2cafb5c5f2
@ -828,6 +828,7 @@ static MACHINE_DRIVER_START( trojan )
|
||||
MDRV_IMPORT_FROM( lwings )
|
||||
|
||||
MDRV_CPU_MODIFY("maincpu")
|
||||
MDRV_CPU_REPLACE("maincpu", Z80, XTAL_12MHz/4) /* verified by PCB */
|
||||
MDRV_CPU_PROGRAM_MAP(trojan_map)
|
||||
|
||||
MDRV_CPU_ADD("adpcm", Z80, XTAL_12MHz/4) /* verified on pcb */
|
||||
|
Loading…
Reference in New Issue
Block a user