| 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 |
| r21293 | r21294 | |
|---|---|---|
| 31 | 31 | |
| 32 | 32 | ti998_spsyn_device::ti998_spsyn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 33 | 33 | : bus8z_device(mconfig, TI99_SPEECH8, "TI-99/8 Speech synthesizer (onboard)", tag, owner, clock) |
| 34 | , m_load_pointer(0) | |
| 34 | 35 | { |
| 35 | 36 | m_shortname = "ti99_speech8"; |
| 36 | 37 | } |
| Previous | 199869 Revisions | Next |