mirror of
https://github.com/holub/mame
synced 2025-05-05 13:54:42 +03:00
fixed usage of uninitialized meber in ti_speech_synthesizer_device (nw)
This commit is contained in:
parent
168f3efc8f
commit
4aebf9dc8d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user