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

trunk/src/emu/sound/tms5110.c
r242619r242620
963963   /* initialize the chip state */
964964   m_speaking_now = m_talk_status = 0;
965965   m_CTL_pins = 0;
966      m_RNG = 0x1fff;
966   m_RNG = 0x1fff;
967967   m_CTL_buffer = 0;
968   m_PDC = 0;
968969
969970   /* initialize the energy/pitch/k states */
970971   m_old_energy = m_new_energy = m_current_energy = m_target_energy = 0;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team