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:
Jonathan Gevaryahu 2010-04-07 06:47:08 +00:00
parent d1a69519f1
commit b97a24e34a

View File

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