Escape from the planet of the robot monsters uses a TMS5220C, verified from schematics and looking at videotopia's machine pcb in 2008. no whatsnew.
This commit is contained in:
parent
d1a69519f1
commit
b97a24e34a
@ -840,7 +840,7 @@ MACHINE_DRIVER_START( jsa_i_mono_speech )
|
||||
MDRV_SOUND_ROUTE(0, "mono", 0.60)
|
||||
MDRV_SOUND_ROUTE(1, "mono", 0.60)
|
||||
|
||||
MDRV_SOUND_ADD("tms", TMS5220, JSA_MASTER_CLOCK*2/11) /* potentially JSA_MASTER_CLOCK/9 as well */
|
||||
MDRV_SOUND_ADD("tms", TMS5220C, JSA_MASTER_CLOCK*2/11) /* potentially JSA_MASTER_CLOCK/9 as well */
|
||||
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
|
||||
MACHINE_DRIVER_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user