| Previous | 199869 Revisions | Next |
| r31913 Friday 5th September, 2014 at 08:24:00 UTC by Miodrag Milanović |
|---|
| samples fix from Osso (nw) |
| [src/emu/sound] | samples.c |
| r31912 | r31913 | |
|---|---|---|
| 47 | 47 | |
| 48 | 48 | samples_device::samples_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 49 | 49 | : device_t(mconfig, SAMPLES, "Samples", tag, owner, clock, "samples", __FILE__), |
| 50 | device_sound_interface(mconfig, *this) | |
| 50 | device_sound_interface(mconfig, *this), | |
| 51 | m_channels(0), | |
| 52 | m_names(NULL) | |
| 51 | 53 | { |
| 52 | 54 | } |
| 53 | 55 |
| Previous | 199869 Revisions | Next |