fixed usage of uninitialized meber in ti_speech_synthesizer_device (nw)

This commit is contained in:
Oliver Stöneberg 2014-03-10 22:12:01 +00:00
parent 168f3efc8f
commit 4aebf9dc8d

View File

@ -133,6 +133,7 @@ WRITE_LINE_MEMBER( ti_speech_synthesizer_device::speech_ready )
void ti_speech_synthesizer_device::device_start()
{
m_read_mode = false;
}
void ti_speech_synthesizer_device::device_config_complete()