summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gt913_snd.h
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2022-04-02 20:49:26 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2022-04-02 20:49:26 +1100
commit7c1dac74a8a56515def7b8db29664b31557b0c2f (patch)
treea9d254c0816ce9ce9576fb4b81d45ecd6eb2b33b /src/devices/machine/gt913_snd.h
parent02faf3a3a1bc55bf97b8a7fdc4ba376110918a1c (diff)
init vars for coverity (devices/machine/5-i)
Diffstat (limited to 'src/devices/machine/gt913_snd.h')
-rw-r--r--src/devices/machine/gt913_snd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/gt913_snd.h b/src/devices/machine/gt913_snd.h
index 5e0912ae5d2..dfc5f4dcff1 100644
--- a/src/devices/machine/gt913_snd.h
+++ b/src/devices/machine/gt913_snd.h
@@ -44,7 +44,7 @@ protected:
virtual void rom_bank_updated() override;
private:
- sound_stream *m_stream;
+ sound_stream *m_stream = nullptr;
u8 m_gain;
u16 m_data[3];