diff options
| author | 2010-04-07 06:47:08 +0000 | |
|---|---|---|
| committer | 2010-04-07 06:47:08 +0000 | |
| commit | b97a24e34a6b6e3991b00c849b973fa2c7c375a2 (patch) | |
| tree | 828c969672b3d3dc570d974fe08b02f1f9da0861 | |
| parent | d1a69519f10c6a0f37f7c75e7a4a92358f3517ce (diff) | |
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.
| -rw-r--r-- | src/mame/audio/atarijsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/atarijsa.c b/src/mame/audio/atarijsa.c index b33d92d3cfa..a0cc13c066a 100644 --- a/src/mame/audio/atarijsa.c +++ b/src/mame/audio/atarijsa.c @@ -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 |
