diff options
Diffstat (limited to 'src/devices/sound/segapcm.h')
-rw-r--r-- | src/devices/sound/segapcm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/segapcm.h b/src/devices/sound/segapcm.h index 2a25c1eefeb..666a0efed2c 100644 --- a/src/devices/sound/segapcm.h +++ b/src/devices/sound/segapcm.h @@ -9,6 +9,7 @@ #pragma once +#include "dirom.h" //************************************************************************** // TYPE DEFINITIONS @@ -16,7 +17,7 @@ class segapcm_device : public device_t, public device_sound_interface, - public device_rom_interface + public device_rom_interface<21> { public: static constexpr int BANK_256 = 11; |