1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Initialise to zero, for completeness.

This commit is contained in:
Thomas Harte 2023-02-04 21:32:31 -05:00
parent 67755c3811
commit 6786e3e78c

View File

@ -70,7 +70,7 @@ struct LineBuffer {
// The patterns array holds tile patterns, corresponding 1:1 with names.
// Four bytes per pattern is the maximum required by any
// currently-implemented VDP.
uint8_t patterns[40][4];
uint8_t patterns[40][4]{};
};
// The Yamaha VDP also has a variety of bitmap modes, the widest of which is