diff options
Diffstat (limited to 'src/emu/sound/speaker.c')
-rw-r--r-- | src/emu/sound/speaker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/speaker.c b/src/emu/sound/speaker.c index cc4d331055c..d18e7f64e59 100644 --- a/src/emu/sound/speaker.c +++ b/src/emu/sound/speaker.c @@ -219,7 +219,7 @@ static STREAM_UPDATE( speaker_sound_update ) stream_sample_t *buffer = outputs[0]; int volume = sp->levels[sp->level]; double filtered_volume; - attotime sampled_time = attotime_zero; + attotime sampled_time = attotime::zero; if (samples > 0) { |