| Previous | 199869 Revisions | Next |
| r34108 Tuesday 30th December, 2014 at 13:51:09 UTC by Oliver Stöneberg |
|---|
| fixed usage of uninitialized member in tms5110_device (nw) happened with snspell |
| [src/emu/sound] | tms5110.c |
| r242619 | r242620 | |
|---|---|---|
| 963 | 963 | /* initialize the chip state */ |
| 964 | 964 | m_speaking_now = m_talk_status = 0; |
| 965 | 965 | m_CTL_pins = 0; |
| 966 | | |
| 966 | m_RNG = 0x1fff; | |
| 967 | 967 | m_CTL_buffer = 0; |
| 968 | m_PDC = 0; | |
| 968 | 969 | |
| 969 | 970 | /* initialize the energy/pitch/k states */ |
| 970 | 971 | m_old_energy = m_new_energy = m_current_energy = m_target_energy = 0; |
| https://github.com/mamedev/mame/commit/c80ba44bbf0e02b0d636ccd2c0430812cf8970ba |
| Previous | 199869 Revisions | Next |