mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
work around m72 / m90 crash for release (nw)
This commit is contained in:
parent
3e4063d139
commit
69617231b9
@ -53,7 +53,7 @@ m72_audio_device::m72_audio_device(const machine_config &mconfig, const char *ta
|
||||
, device_sound_interface(mconfig, *this)
|
||||
, m_irqvector(0)
|
||||
, m_sample_addr(0)
|
||||
, m_samples(*this, "samples")
|
||||
, m_samples(*this, "^samples")
|
||||
, m_samples_size(0)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user