mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
c6aeb4df96
@ -927,6 +927,7 @@ void dcs2_audio_device::device_start()
|
||||
if (m_dram_in_mb != 0)
|
||||
{
|
||||
m_sounddata = auto_alloc_array(machine(), UINT16, m_dram_in_mb << (20-1));
|
||||
save_pointer(NAME(m_sounddata), m_dram_in_mb << (20-1));
|
||||
m_sounddata_words = (m_dram_in_mb << 20) / 2;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user