diff options
Diffstat (limited to 'src/devices/sound/k054539.h')
-rw-r--r-- | src/devices/sound/k054539.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k054539.h b/src/devices/sound/k054539.h index 6e4b6c10c8c..6c79ac6d0be 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::unique_ptr<uint8_t []> ram; int reverb_pos; int32_t cur_ptr; |