summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2608intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2608intf.h')
-rw-r--r--src/devices/sound/2608intf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/2608intf.h b/src/devices/sound/2608intf.h
index b9b34f9cfd8..97e488805c4 100644
--- a/src/devices/sound/2608intf.h
+++ b/src/devices/sound/2608intf.h
@@ -5,6 +5,7 @@
#pragma once
+#include "dirom.h"
#include "ay8910.h"
@@ -12,7 +13,7 @@ struct ssg_callbacks;
class ym2608_device : public ay8910_device,
- public device_rom_interface
+ public device_rom_interface<21>
{
public:
ym2608_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);