summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/spureverb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/spureverb.h')
-rw-r--r--src/emu/sound/spureverb.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/emu/sound/spureverb.h b/src/emu/sound/spureverb.h
index f5170b4c7f3..8e94a318a24 100644
--- a/src/emu/sound/spureverb.h
+++ b/src/emu/sound/spureverb.h
@@ -34,24 +34,24 @@
const int wetvol_r,
const unsigned int _sz);
void comb_allpass4(signed short *sp,
- signed short *dp,
- const comb_param &comb_delay,
- const int comb_gain,
- const int allpass_delay,
- const int allpass_gain,
- const int *rvol,
- const unsigned int sz);
+ signed short *dp,
+ const comb_param &comb_delay,
+ const int comb_gain,
+ const int allpass_delay,
+ const int allpass_gain,
+ const int *rvol,
+ const unsigned int sz);
void comb_allpass1(signed short *sp,
- signed short *dp,
- const comb_param &comb_delay,
- const int comb_gain,
- const int allpass_delay,
- const int allpass_gain,
- const int *rvol,
- const unsigned int sz);
+ signed short *dp,
+ const comb_param &comb_delay,
+ const int comb_gain,
+ const int allpass_delay,
+ const int allpass_gain,
+ const int *rvol,
+ const unsigned int sz);
void bandpass(signed short *sp,
- const reverb_params *rp,
- const unsigned int sz);
+ const reverb_params *rp,
+ const unsigned int sz);
public:
reverb(const int hz, const int maxdelay=65536);