mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
(MESS) fixed uninitialized member in src/mess/machine/ti99/speech8.c (nw)
This commit is contained in:
parent
9edb3a9e52
commit
a42c69d536
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user