From 7e60fd6c0b017341f20add09f44ca5c1eb37f2ed Mon Sep 17 00:00:00 2001 From: smf- Date: Thu, 16 May 2013 17:21:17 +0000 Subject: [PATCH] fixed readyq hookup (nw) --- src/mess/machine/ti99/spchsyn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/machine/ti99/spchsyn.c b/src/mess/machine/ti99/spchsyn.c index 84127bca822..f97aad3a558 100644 --- a/src/mess/machine/ti99/spchsyn.c +++ b/src/mess/machine/ti99/spchsyn.c @@ -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