Previous 199869 Revisions Next

r22854 Thursday 16th May, 2013 at 17:21:17 UTC by smf
fixed readyq hookup (nw)
[src/mess/machine/ti99]spchsyn.c

trunk/src/mess/machine/ti99/spchsyn.c
r22853r22854
188188
189189   MCFG_SPEAKER_STANDARD_MONO("mono")
190190   MCFG_SOUND_ADD("speechsyn", TMC0285, 640000L)
191   MCFG_TMS52XX_READYQ_HANDLER(DEVWRITELINE(DEVICE_SELF_OWNER, ti_speech_synthesizer_device, speech_ready))
191   MCFG_TMS52XX_READYQ_HANDLER(WRITELINE(ti_speech_synthesizer_device, speech_ready))
192192   MCFG_TMS52XX_SPEECHROM("vsm")
193193   MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
194194MACHINE_CONFIG_END

Previous 199869 Revisions Next


© 1997-2024 The MAME Team