mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
fix up initialization
This commit is contained in:
parent
9422c23001
commit
86cbd2acf6
@ -182,9 +182,10 @@ int sound_pa::init(osd_options const &options)
|
||||
m_overflows = 0;
|
||||
m_has_overflowed = false;
|
||||
m_has_underflowed = false;
|
||||
m_skip_threshold_ticks = 0;
|
||||
m_osd_ticks = 0;
|
||||
m_skip_threshold_ticks = 0;
|
||||
m_osd_tps = osd_ticks_per_second();
|
||||
m_buffer_min_ct = INT_MAX;
|
||||
|
||||
try {
|
||||
m_ab = new audio_buffer<s16>(m_sample_rate, 2);
|
||||
|
Loading…
Reference in New Issue
Block a user