summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es5503.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es5503.h')
-rw-r--r--src/devices/sound/es5503.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/sound/es5503.h b/src/devices/sound/es5503.h
index 0fdfcd45786..18305d500bb 100644
--- a/src/devices/sound/es5503.h
+++ b/src/devices/sound/es5503.h
@@ -5,11 +5,13 @@
#pragma once
+#include "dirom.h"
+
// ======================> es5503_device
class es5503_device : public device_t,
- public device_sound_interface,
- public device_rom_interface
+ public device_sound_interface,
+ public device_rom_interface<17>
{
public:
// construction/destruction