summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k054539.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k054539.h')
-rw-r--r--src/devices/sound/k054539.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k054539.h b/src/devices/sound/k054539.h
index 6e4b6c10c8c..ec019ba990e 100644
--- a/src/devices/sound/k054539.h
+++ b/src/devices/sound/k054539.h
@@ -88,7 +88,7 @@ private:
int flags;
unsigned char regs[0x230];
- std::unique_ptr<uint8_t[]> ram;
+ std::vector<uint8_t> ram;
int reverb_pos;
int32_t cur_ptr;