summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/qs1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/qs1000.h')
-rw-r--r--src/devices/sound/qs1000.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/qs1000.h b/src/devices/sound/qs1000.h
index e9e9b615951..d8e5fa8c545 100644
--- a/src/devices/sound/qs1000.h
+++ b/src/devices/sound/qs1000.h
@@ -15,6 +15,7 @@
#include "cpu/mcs51/mcs51.h"
#include "sound/okiadpcm.h"
+#include "dirom.h"
//**************************************************************************
// TYPE DEFINITIONS
@@ -24,7 +25,7 @@
class qs1000_device : public device_t,
public device_sound_interface,
- public device_rom_interface
+ public device_rom_interface<24>
{
public:
static constexpr feature_type imperfect_features() { return feature::SOUND; }