mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-05 21:32:55 +00:00
Initialise to zero, for completeness.
This commit is contained in:
parent
67755c3811
commit
6786e3e78c
@ -70,7 +70,7 @@ struct LineBuffer {
|
|||||||
// The patterns array holds tile patterns, corresponding 1:1 with names.
|
// The patterns array holds tile patterns, corresponding 1:1 with names.
|
||||||
// Four bytes per pattern is the maximum required by any
|
// Four bytes per pattern is the maximum required by any
|
||||||
// currently-implemented VDP.
|
// 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
|
// The Yamaha VDP also has a variety of bitmap modes, the widest of which is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user