revert accidental volume-boost commit (It will be needed once the new tms5220 core goes live tho). no whatsnew.

This commit is contained in:
Jonathan Gevaryahu 2010-04-09 18:28:11 +00:00
parent 6209d36e60
commit 5a29a31ae1

View File

@ -843,7 +843,7 @@ MACHINE_DRIVER_START( jsa_i_mono_speech )
MDRV_SOUND_ROUTE(1, "mono", 0.60)
MDRV_SOUND_ADD("tms", TMS5220C, JSA_MASTER_CLOCK*2/11) /* potentially JSA_MASTER_CLOCK/9 as well */
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 8.0)
MDRV_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_DRIVER_END