trunk/src/mame/audio/gottlieb.c
r21973 | r21974 | |
343 | 343 | m_riot(*this, "riot"), |
344 | 344 | m_dac(*this, "dac"), |
345 | 345 | m_votrax(*this, "votrax"), |
346 | | m_populate_votrax(false), |
| 346 | //m_populate_votrax(false), |
347 | 347 | m_last_speech_clock(0) |
348 | 348 | #if USE_FAKE_VOTRAX |
349 | 349 | , m_samples(*this, ":samples"), |
r21973 | r21974 | |
361 | 361 | m_riot(*this, "riot"), |
362 | 362 | m_dac(*this, "dac"), |
363 | 363 | m_votrax(*this, "votrax"), |
364 | | m_populate_votrax(populate_votrax), |
| 364 | //m_populate_votrax(populate_votrax), |
365 | 365 | m_last_speech_clock(0) |
366 | 366 | #if USE_FAKE_VOTRAX |
367 | 367 | , m_samples(*this, ":samples"), |