diff options
Diffstat (limited to 'src/devices/sound/multipcm.h')
-rw-r--r-- | src/devices/sound/multipcm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/sound/multipcm.h b/src/devices/sound/multipcm.h index 135478239fa..7a4bc55fc2c 100644 --- a/src/devices/sound/multipcm.h +++ b/src/devices/sound/multipcm.h @@ -5,6 +5,8 @@ #pragma once +#include "dirom.h" + #define MULTIPCM_LOG_SAMPLES 0 #if MULTIPCM_LOG_SAMPLES @@ -13,7 +15,7 @@ class multipcm_device : public device_t, public device_sound_interface, - public device_rom_interface + public device_rom_interface<24> { public: multipcm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); |