summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/wave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/wave.h')
-rw-r--r--src/emu/sound/wave.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/sound/wave.h b/src/emu/sound/wave.h
index 77d78d95328..d4ff4865551 100644
--- a/src/emu/sound/wave.h
+++ b/src/emu/sound/wave.h
@@ -5,6 +5,8 @@
#ifndef __WAVE_H__
#define __WAVE_H__
+#include "imagedev/cassette.h"
+
/*****************************************************************************
* CassetteWave interface
@@ -28,6 +30,7 @@ protected:
private:
const char *m_cassette_tag;
+ cassette_image_device *m_cass;
};
extern const device_type WAVE;