summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/rf5c400.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/rf5c400.h')
-rw-r--r--src/devices/sound/rf5c400.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/sound/rf5c400.h b/src/devices/sound/rf5c400.h
index 7b5d420049b..d6b17ccaa3c 100644
--- a/src/devices/sound/rf5c400.h
+++ b/src/devices/sound/rf5c400.h
@@ -7,6 +7,8 @@
#pragma once
+#include "dirom.h"
+
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -15,8 +17,8 @@
// ======================> rf5c400_device
class rf5c400_device : public device_t,
- public device_sound_interface,
- public device_rom_interface
+ public device_sound_interface,
+ public device_rom_interface<25, 2, 0, ENDIANNESS_LITTLE>
{
public:
rf5c400_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);