diff --git a/src/debugger/CartDebug.hxx b/src/debugger/CartDebug.hxx index dd3a800bb..1a34524be 100644 --- a/src/debugger/CartDebug.hxx +++ b/src/debugger/CartDebug.hxx @@ -298,10 +298,10 @@ class CartDebug : public DebuggerSystem // Information on equates used in the disassembly struct ReservedEquates { - std::array TIARead; - std::array TIAWrite; - std::array IOReadWrite; - std::array ZPRAM; + std::array TIARead{false}; + std::array TIAWrite{false}; + std::array IOReadWrite{false}; + std::array ZPRAM{false}; AddrToLabel Label{}; bool breakFound{false}; };