summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/n63701x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/n63701x.h')
-rw-r--r--src/emu/sound/n63701x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/n63701x.h b/src/emu/sound/n63701x.h
index 3ea3c60c5ba..521d3d47353 100644
--- a/src/emu/sound/n63701x.h
+++ b/src/emu/sound/n63701x.h
@@ -56,9 +56,9 @@ public:
DECLARE_WRITE8_MEMBER(namco_63701x_w);
private:
+ required_region_ptr<UINT8> m_rom;
voice_63701x m_voices[2];
sound_stream *m_stream; /* channel assigned by the mixer */
- UINT8 *m_rom; /* pointer to sample ROM */
};
extern const device_type NAMCO_63701X;