summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf271.h')
-rw-r--r--src/devices/sound/ymf271.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/ymf271.h b/src/devices/sound/ymf271.h
index efee18db0ad..18ddd4e7b67 100644
--- a/src/devices/sound/ymf271.h
+++ b/src/devices/sound/ymf271.h
@@ -5,8 +5,9 @@
#pragma once
+#include "dirom.h"
-class ymf271_device : public device_t, public device_sound_interface, public device_rom_interface
+class ymf271_device : public device_t, public device_sound_interface, public device_rom_interface<23>
{
public:
static constexpr feature_type imperfect_features() { return feature::SOUND; }