summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/vlm5030.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/vlm5030.h')
-rw-r--r--src/devices/sound/vlm5030.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/sound/vlm5030.h b/src/devices/sound/vlm5030.h
index adbd9173c2b..891fb7ca595 100644
--- a/src/devices/sound/vlm5030.h
+++ b/src/devices/sound/vlm5030.h
@@ -5,7 +5,9 @@
#pragma once
-class vlm5030_device : public device_t, public device_sound_interface, public device_rom_interface
+#include "dirom.h"
+
+class vlm5030_device : public device_t, public device_sound_interface, public device_rom_interface<16>
{
public:
vlm5030_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);