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

trunk/src/emu/sound/samples.c
r31912r31913
4747
4848samples_device::samples_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
4949   : 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)
5153{
5254}
5355

Previous 199869 Revisions Next


© 1997-2024 The MAME Team