samples fix from Osso (nw)

This commit is contained in:
Miodrag Milanovic 2014-09-05 08:24:00 +00:00
parent 9b93588e2b
commit 5d1f352455

View File

@ -47,7 +47,9 @@ const device_type SAMPLES = &device_creator<samples_device>;
samples_device::samples_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, SAMPLES, "Samples", tag, owner, clock, "samples", __FILE__),
device_sound_interface(mconfig, *this)
device_sound_interface(mconfig, *this),
m_channels(0),
m_names(NULL)
{
}