From 665e6c968c5bb67bb1c0cfe937d3cc4a239c83f9 Mon Sep 17 00:00:00 2001 From: arbee Date: Mon, 31 Aug 2020 19:40:01 -0400 Subject: st2205u: fix Clang compile. --- src/devices/cpu/m6502/st2205u.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/m6502/st2205u.cpp b/src/devices/cpu/m6502/st2205u.cpp index 834fcb1f388..94d6d778bc5 100644 --- a/src/devices/cpu/m6502/st2205u.cpp +++ b/src/devices/cpu/m6502/st2205u.cpp @@ -44,7 +44,7 @@ st2205u_device::st2205u_device(const machine_config &mconfig, const char *tag, d , m_tc_12bit{0} , m_t4c(0) , m_tien(0) - , m_dac_fifo{0} + , m_dac_fifo{{0}} , m_fifo_filled{0} , m_psgc(0) , m_psgm(0) -- cgit v1.2.3