summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/spureverb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/spureverb.h')
-rw-r--r--src/devices/sound/spureverb.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/sound/spureverb.h b/src/devices/sound/spureverb.h
index 64b174bcfb6..d87c3a6b4b8 100644
--- a/src/devices/sound/spureverb.h
+++ b/src/devices/sound/spureverb.h
@@ -29,12 +29,12 @@ struct spu_device::reverb_preset
class spu_device::reverb
{
- signed short
- *y[2][4],
- *x[2],
- *ax[2],
- *ay[2],
- bx1[2][2],by1[2];
+ std::unique_ptr<signed short []>
+ y[2][4],
+ x[2],
+ ax[2],
+ ay[2];
+ signed short bx1[2][2],by1[2];
int yp, max_delay, sound_hz;
typedef int comb_param[2][4];