summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/okim6376.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/okim6376.h')
-rw-r--r--src/devices/sound/okim6376.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/sound/okim6376.h b/src/devices/sound/okim6376.h
index 361a9d2ccb0..5a73bae88e3 100644
--- a/src/devices/sound/okim6376.h
+++ b/src/devices/sound/okim6376.h
@@ -5,9 +5,11 @@
#pragma once
+#include "dirom.h"
+
/* an interface for the OKIM6376 and similar chips (CPU interface only) */
-class okim6376_device : public device_t, public device_sound_interface, public device_rom_interface
+class okim6376_device : public device_t, public device_sound_interface, public device_rom_interface<23, 0, 0, ENDIANNESS_BIG>
{
public:
okim6376_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);