mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
samples fix from Osso (nw)
This commit is contained in:
parent
9b93588e2b
commit
5d1f352455
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user