diff options
Diffstat (limited to 'src/devices/sound/c352.h')
-rw-r--r-- | src/devices/sound/c352.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/c352.h b/src/devices/sound/c352.h index e5cc155dae5..c00aa667b05 100644 --- a/src/devices/sound/c352.h +++ b/src/devices/sound/c352.h @@ -5,6 +5,7 @@ #pragma once +#include "dirom.h" //************************************************************************** // TYPE DEFINITIONS @@ -14,7 +15,7 @@ class c352_device : public device_t, public device_sound_interface, - public device_rom_interface + public device_rom_interface<24> { public: // construction/destruction |