Previous 199869 Revisions Next

r21294 Thursday 21st February, 2013 at 23:02:36 UTC by Oliver Stöneberg
(MESS) fixed uninitialized member in src/mess/machine/ti99/speech8.c (nw)
[src/mess/machine/ti99]speech8.c

trunk/src/mess/machine/ti99/speech8.c
r21293r21294
3131
3232ti998_spsyn_device::ti998_spsyn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
3333: bus8z_device(mconfig, TI99_SPEECH8, "TI-99/8 Speech synthesizer (onboard)", tag, owner, clock)
34, m_load_pointer(0)
3435{
3536   m_shortname = "ti99_speech8";
3637}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team