mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed readyq hookup (nw)
This commit is contained in:
parent
7c6dbc56e4
commit
7e60fd6c0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user