(MESS) fixed uninitialized member in src/mess/machine/ti99/speech8.c (nw)

This commit is contained in:
Oliver Stöneberg 2013-02-21 23:02:36 +00:00
parent 9edb3a9e52
commit a42c69d536

View File

@ -31,6 +31,7 @@
ti998_spsyn_device::ti998_spsyn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: bus8z_device(mconfig, TI99_SPEECH8, "TI-99/8 Speech synthesizer (onboard)", tag, owner, clock)
, m_load_pointer(0)
{
m_shortname = "ti99_speech8";
}