summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gridlee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gridlee.h')
-rw-r--r--src/mame/includes/gridlee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gridlee.h b/src/mame/includes/gridlee.h
index f4492114c5b..5d647002bcb 100644
--- a/src/mame/includes/gridlee.h
+++ b/src/mame/includes/gridlee.h
@@ -113,7 +113,7 @@ private:
/* sound streaming variables */
sound_stream *m_stream;
- samples_device *m_samples;
+ required_device<samples_device> m_samples;
double m_freq_to_step;
uint8_t m_sound_data[24];
};