fixed readyq hookup (nw)

This commit is contained in:
smf- 2013-05-16 17:21:17 +00:00
parent 7c6dbc56e4
commit 7e60fd6c0b

View File

@ -188,7 +188,7 @@ MACHINE_CONFIG_FRAGMENT( ti99_speech )
MCFG_SPEAKER_STANDARD_MONO("mono")
MCFG_SOUND_ADD("speechsyn", TMC0285, 640000L)
MCFG_TMS52XX_READYQ_HANDLER(DEVWRITELINE(DEVICE_SELF_OWNER, ti_speech_synthesizer_device, speech_ready))
MCFG_TMS52XX_READYQ_HANDLER(WRITELINE(ti_speech_synthesizer_device, speech_ready))
MCFG_TMS52XX_SPEECHROM("vsm")
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_CONFIG_END